Feature request: Support networkd IPv6 Router Advertisement options
Bug #1973222 reported by
Michael Atkins
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Netplan |
Fix Released
|
Wishlist
|
Khoo Hao Yit |
Bug Description
When I've enabled '
accept-ra' I would like to also configure the options under here:
http://
This is so that I can, for example, ignore DNS config given to me by my ISP.
Perhaps this could be taken one step further and abstracted so that any/all networkd section options can be configured with something like:
accept-ra: true
ipv6-accept-ra:
use-dns: false
use-domains: false
dhcpserver:
pool-offset: 10
pool-size: 24
xxx-section-
option-0:
option-etc:
Thanks
Changed in netplan: | |
status: | In Progress → Fix Committed |
To post a comment you must log in.
We have something similar already for DHCP Overrides: https:/ /netplan. io/reference/ #dhcp-overrides
Keeping this idea in line with DHCP Overrides, it could result into something like this:
accept-ra: true
ipv6-ra-overrides:
use-dns: false
use-domains: false
table: 42
Pull requests welcome :-)