-
Notifications
You must be signed in to change notification settings - Fork 208
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(networkd): add ipv6 ra overrides (LP: #1973222) (#461)
Providing a new "ra-overrides" YAML setting: accept-ra: true ra-overrides: use-routes: false use-domains: false table: 127 COMMITS: * feat(networkd): add ipv6 ra overrides * refactor(networkd): use tristate for use_dns and enum for use_domains * chore(networkd): make if statement more readable * chore(docs): typo * chore(docs): add older system path to rt_tables * chore(docs): refine description for table in ipv6-ra-overrides * chore(networkd): rename route_table to table * chore(test): remove unnecessary workaround * chore(abi): move ipv6_ra_overrides down * refactor(parse): reuse handle_generic_bool function * test(networkd): test ra overrides with all fields * docs(networkd): remove confusing documentation * refactor(parse): remove handle_generic_use_domains * chore(networkd): rename ipv6_ra_overrides to ra_overrides * fix struct ipv6_overrides -> ra_overrides naming * doc: describe default value for ra-overrides.use-domains
- Loading branch information
1 parent
1e1d80c
commit 44b2a5c
Showing
7 changed files
with
286 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.