2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 13:37:55 +00:00

[#362] Unicast address binding example in v6

This commit is contained in:
Tomek Mrugalski
2019-02-25 14:57:17 +01:00
parent 7972a89d75
commit adf8c11427

View 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> ]
},
...
}