Browse Source

docs: update comment about prefix4 in site.conf example

Matthias Schiffer 7 years ago
parent
commit
96917d644d
1 changed files with 3 additions and 1 deletions
  1. 3 1
      docs/site-example/site.conf

+ 3 - 1
docs/site-example/site.conf

@@ -15,7 +15,9 @@
   -- Shorthand of the community.
   site_code = 'ffxx',
 
-  -- Prefixes used within the mesh. Both are required.
+  -- Prefixes used within the mesh.
+  -- prefix6 is required, prefix4 can be omitted if next_node.ip4
+  -- is not set.
   prefix4 = '10.xxx.0.0/20',
   prefix6 = 'fdxx:xxxx:xxxx::/64',