From 0f74b66e5a89fd2e7cef14eb35ebefe225b75efb Mon Sep 17 00:00:00 2001 From: Marcin Siodelski Date: Fri, 14 Oct 2016 12:55:38 +0200 Subject: [PATCH] [github24] Corrected softwire options examples. --- doc/examples/kea6/softwire46.json | 2 +- doc/guide/dhcp6-srv.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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. -- 2.47.2