Commit a8f60ea
authored
Fix DHCPv6 client on Ubuntu/Netplan, enable IPv6 LLA on Linux (#2616)
* IPv6 LLA already worked with non-Ubuntu interface config (because
it's shared with FRR)
* Added 'link-local' attribute to Netplan interface config for LLA
interfaces on Ubuntu
* Added 'accept-ra' attribute to DHCPv6-enabled interfaces to ensure
the DHCPv6 client is started if the RA contains "*-config" flag
* Added another 'netplan apply' to Ubuntu DHCP configuration script.
Like with kids, it looks like you have to tell 'netplan' twice what
it should do, and then hope for the best.1 parent 9aac9ca commit a8f60ea
3 files changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
151 | 155 | | |
152 | 156 | | |
153 | 157 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
0 commit comments