You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dhcpv6-ia: add support for RFC6603 Prefix Exclude Option
If option dhcpv6_pd_exclude is set in a dhcp config section (in addition
to option dhcpv6_pd), consider delegating prefixes that include on-link
prefixes.
This allows an entire delegated prefix to be re-delegated to a
downstream router under certain circumstances.
Signed-off-by: Mark H. Spatz <mark.h.spatz@gmail.com>
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,6 +90,7 @@ and may also receive information from ubus
90
90
| dhcpv6_pd |bool | 1 | DHCPv6 stateful addressing hands out IA_PD - Internet Address - Prefix Delegation (PD) |
91
91
| dhcpv6_pd_preferred |bool | 0 | Set the DHCPv6-PD Preferred (P) flag in outgoing ICMPv6 RA message PIOs (RFC9762); requires `dhcpv6` and `dhcpv6_pd`. |
92
92
| dhcpv6_pd_min_len |integer| 62 | Minimum prefix length to delegate with IA_PD (adjusted, if necessary, to be longer than the interface prefix length). Range [1,64]|
93
+
| dhcpv6_pd_exclude |bool | 0 | Allow delegation of a prefix containing the smaller on-link prefix (RFC6603); allows an entire interface prefix to be delegated. |
93
94
| router |list |`<local address>`| IPv4 addresses of routers on a given subnet (provided via DHCPv4, should be in order of preference) |
94
95
| dns |list |`<local address>`| DNS servers to announce, accepts IPv4 and IPv6 |
95
96
| dnr |list |disabled| Encrypted DNS servers to announce, `<priority> <domain name> [<comma separated IP addresses> <SvcParams (key=value)>...]`|
0 commit comments