]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[github24] Corrected softwire options examples.
authorMarcin Siodelski <marcin@isc.org>
Fri, 14 Oct 2016 10:55:38 +0000 (12:55 +0200)
committerMarcin Siodelski <marcin@isc.org>
Fri, 14 Oct 2016 10:55:38 +0000 (12:55 +0200)
doc/examples/kea6/softwire46.json
doc/guide/dhcp6-srv.xml

index c7b5986406351560b4dbfcc49e7039e175cfdf9e..737a217bd415047bd3d0017257cc84813276b63e 100644 (file)
@@ -55,7 +55,7 @@
               {
                 "space": "s46-cont-mape-options",
                 "name": "s46-br",
-                "data": "2001:db8::cafe::1"
+                "data": "2001:db8:cafe::1"
               },
 # This option will be included in the S46 Rule option.
               {
index 223a1c1cebde98345ffee2370da9511eb8693f14..090f3d4747ba8a265cf8045430bc49bf11436f3c 100644 (file)
@@ -1199,7 +1199,7 @@ temporarily override a list of interface names and listen on all interfaces.
 {
     "space": "s46-cont-mape-options",
     "name": "s46-br",
-    "data": "2001:db8::cafe::1",
+    "data": "2001:db8:cafe::1",
 }
 </screen>
            Other possible "space" value is "s46-cont-lw-options".
@@ -1217,7 +1217,7 @@ temporarily override a list of interface names and listen on all interfaces.
 {
     "space": "s46-cont-mapt-options",
     "name": "s46-dmr",
-    "data": "2001:db8::cafe::/64",
+    "data": "2001:db8:cafe::/64",
 }
 </screen>
               This option must not be included in other containers.