diff options
Diffstat (limited to 'configs/wide-dhcpv6/dhcp6cPD.conf')
| -rw-r--r-- | configs/wide-dhcpv6/dhcp6cPD.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/configs/wide-dhcpv6/dhcp6cPD.conf b/configs/wide-dhcpv6/dhcp6cPD.conf new file mode 100644 index 0000000..86662f1 --- /dev/null +++ b/configs/wide-dhcpv6/dhcp6cPD.conf @@ -0,0 +1,9 @@ + +interface wlan0 { + # information-only; + script "/etc/wide-dhcpv6/dhcp6cPD.script"; + send ia-pd 1234; +}; + +id-assoc pd 1234 { +}; |
