diff --git a/docs/package/gluon-next-node.rst b/docs/package/gluon-next-node.rst index 8ea749d7..659c7f3d 100644 --- a/docs/package/gluon-next-node.rst +++ b/docs/package/gluon-next-node.rst @@ -1,21 +1,22 @@ gluon-next-node =============== -This package provides a virtual interface (tied to *br-client*) called *local-node* -using the same MAC, IP4 and IP6 across all nodes in a mesh. Thus, the node that -the client is currently connected to, can always be reached under a known address. +This package provides a virtual interface (tied to *br-client*) called +*local-node* using the same MAC, IPv4 and IPv6 addresses across all nodes in +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 -address for packages originating from a node. +The IPv6 address is marked as deprecated to prevent it from being used as a +source address for packages originating from a node. site.conf --------- next_node.mac - MAC to be set on the interface. + MAC address to be set on the interface. next_node.ip4 - IP4 to be set on the interface. + IPv4 address to be set on the interface. next_node.ip6 - IP6 to be set on the interface. + IPv6 address to be set on the interface.