]> git.ipfire.org Git - thirdparty/dhcpcd.git/commit
DHCP6: For Prefix Delegation, the - interface means no assignment
authorRoy Marples <roy@marples.name>
Mon, 18 Dec 2023 12:22:13 +0000 (12:22 +0000)
committerRoy Marples <roy@marples.name>
Mon, 18 Dec 2023 12:22:13 +0000 (12:22 +0000)
commit01de6f23d323236b44d6d952fa0dab183db1d009
treecf333c3e62bafc7f950b86713b8caf6971ab9019
parentc7a142affe8f4ef989e58fb8ef93a6e7a6244fca
DHCP6: For Prefix Delegation, the - interface means no assignment

- is an invalid interface name.
So we take this to mean don't assign the Delegated Prefix to
any interfaces.
The reject route for the Delegated Prefix is still installed.

Fixes #270
src/dhcp6.c
src/dhcpcd.conf.5.in