]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#362] Unicast address binding example in v6
authorTomek Mrugalski <tomasz@isc.org>
Mon, 25 Feb 2019 13:57:17 +0000 (14:57 +0100)
committerTomek Mrugalski <tomasz@isc.org>
Thu, 28 Feb 2019 14:52:13 +0000 (15:52 +0100)
doc/guide/dhcp6-srv.xml

index b4b14b9d15d141c97c0cc94e070e82dad0f598bc..1a6c472864e2a3f25b04a52ad35d87c1827d8106 100644 (file)
@@ -775,7 +775,7 @@ temporarily override a list of interface names and listen on all interfaces.
   <screen>
 "Dhcp6": {
     "interfaces-config": {
-        "interfaces": [ <userinput>"lo/::1"</userinput> ]
+        "interfaces": [ <userinput>"enp0s2/2001:db8::1234:abcd"</userinput> ]
     },
     ...
 }