Browse Source

docs: update docs for prefix4/next_node.ip4

Matthias Schiffer 7 years ago
parent
commit
e56e3c25db
1 changed files with 5 additions and 1 deletions
  1. 5 1
      docs/user/site.rst

+ 5 - 1
docs/user/site.rst

@@ -21,12 +21,14 @@ site_code
     The code of your community. It is good practice to use the TLD of
     The code of your community. It is good practice to use the TLD of
     your community here.
     your community here.
 
 
-prefix4
+prefix4 \: optional
     The IPv4 Subnet of your community mesh network in CIDR notation, e.g.
     The IPv4 Subnet of your community mesh network in CIDR notation, e.g.
     ::
     ::
 
 
        prefix4 = '10.111.111.0/18'
        prefix4 = '10.111.111.0/18'
 
 
+    Required if ``next_node.ip4`` is set.
+
 prefix6
 prefix6
     The IPv6 subnet of your community mesh network, e.g.
     The IPv6 subnet of your community mesh network, e.g.
     ::
     ::
@@ -147,6 +149,8 @@ next_node \: package
         mac = 'ca:ff:ee:ba:be:00'
         mac = 'ca:ff:ee:ba:be:00'
       }
       }
 
 
+    The IPv4 next-node address is optional.
+
 mesh \: optional
 mesh \: optional
     Options specific to routing protocols.
     Options specific to routing protocols.