From: Francis Dupont Date: Thu, 22 Nov 2018 15:12:59 +0000 (+0100) Subject: [195-document-sample-netconf-operation] Fixed twosubnets example X-Git-Tag: 284-need-dhcp6-example-for-netconf_base~3 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=d6fd4c0e85c45ba5d2dd22ef8614aa31f0ac3df0;p=thirdparty%2Fkea.git [195-document-sample-netconf-operation] Fixed twosubnets example --- diff --git a/doc/examples/netconf/twosubnets.xml b/doc/examples/netconf/twosubnets.xml index 2e7ad70d13..1a7610017f 100644 --- a/doc/examples/netconf/twosubnets.xml +++ b/doc/examples/netconf/twosubnets.xml @@ -9,7 +9,7 @@ 2001:db8:1::/64 - 1 + 2 2001:db8:2:: 2001:db8:2::ffff diff --git a/doc/guide/netconf.xml b/doc/guide/netconf.xml index 98cab89210..dc65972739 100644 --- a/doc/guide/netconf.xml +++ b/doc/guide/netconf.xml @@ -1023,7 +1023,7 @@ done in dependency order and reverse dependency order accordingly. <subnet>2001:db8:1::/64</subnet> </subnet6> <subnet6> - <id>1</id> + <id>2</id> <pool> <start-address>2001:db8:2::</start-address> <end-address>2001:db8:2::ffff</end-address>