Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This commit adds four new schema options:
ipv6
The IPv6 operation mode of this interface. When set to "upstream", the system will
attempt to acquire an IPv6 address and prefix through DHCPv6-PD and SLAAC. When set
to "downstream", DHCPv6 and router advertisements will be offered. Setting "none"
will inhibit any IPv6 configuration.
ipv6_reqprefixlen
Specifies the IPv6 prefix size that should be requested on upstream interfaces.
ipv6_dhcpmode
Specifies the DHCPv6 operation mode on downstream interfaces. When set to "stateless",
the system will announce router advertisements only, without offering stateful DHCPv6
service. When set to "stateful", emitted router advertisements will instruct clients
to obtain a DHCPv6 lease. When set to "hybrid", clients can freely chose whether to self-
assign a random address through SLAAC, whether to request an address via DHCPv6, or both.
For maximum compatibility with different clients, it is recommended to use the hybrid mode.
The special mode "relay" will instruct the unit to act as DHCPv6 relay between this interface
and any of the IPv6 interfaces in "upstream" mode.
ipv6_setprefixlen
Specifies the IPv6 prefix size that should be assigned to this downstream interface.
A suitable prefix is taken from any of the received upstream prefixes and configured
on this interface for redistribution via DHCPv6. Setting this value to 64 disables
DHCPv6-PD since there will be no prefixes to redistribute.