From: Marcin Siodelski Date: Fri, 14 Oct 2016 10:55:38 +0000 (+0200) Subject: [github24] Corrected softwire options examples. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f74b66e5a89fd2e7cef14eb35ebefe225b75efb;p=thirdparty%2Fkea.git [github24] Corrected softwire options examples. --- diff --git a/doc/examples/kea6/softwire46.json b/doc/examples/kea6/softwire46.json index c7b5986406..737a217bd4 100644 --- a/doc/examples/kea6/softwire46.json +++ b/doc/examples/kea6/softwire46.json @@ -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. { diff --git a/doc/guide/dhcp6-srv.xml b/doc/guide/dhcp6-srv.xml index 223a1c1ceb..090f3d4747 100644 --- a/doc/guide/dhcp6-srv.xml +++ b/doc/guide/dhcp6-srv.xml @@ -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", } 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", } This option must not be included in other containers.