IPx -> IPvX address

This commit is contained in:
Nils Schneider 2016-04-09 23:30:16 +02:00
parent 3aa50eecb4
commit ddfc089837

View File

@ -1,21 +1,22 @@
gluon-next-node gluon-next-node
=============== ===============
This package provides a virtual interface (tied to *br-client*) called *local-node* This package provides a virtual interface (tied to *br-client*) called
using the same MAC, IP4 and IP6 across all nodes in a mesh. Thus, the node that *local-node* using the same MAC, IPv4 and IPv6 addresses across all nodes in
the client is currently connected to, can always be reached under a known address. a mesh. Thus, the node that the client is currently connected to, can always
be reached under a known address.
The IP6 is marked as deprecated to prevent it from being used as a source The IPv6 address is marked as deprecated to prevent it from being used as a
address for packages originating from a node. source address for packages originating from a node.
site.conf site.conf
--------- ---------
next_node.mac next_node.mac
MAC to be set on the interface. MAC address to be set on the interface.
next_node.ip4 next_node.ip4
IP4 to be set on the interface. IPv4 address to be set on the interface.
next_node.ip6 next_node.ip6
IP6 to be set on the interface. IPv6 address to be set on the interface.