Commit 94a013b
committed
release: v1.6.0-beta.3
What a reboot found. beta.2 had run on hardware but had never been switched
off and on again; it did not survive. The box came back claiming to be a
router while behaving as a gateway, with both sidecars resurrected by
Docker's restart policy into a network that no longer matched them.
Boot now waits for hardware that is still arriving, tears the dataplane down
rather than leaving half a router when it cannot restore one, and keeps
retrying while the settings say router and the dataplane is absent — a LAN
cable plugged in a minute after boot is no longer ignored.
Also: publishing the panel on the uplink turned out to open SSH and not the
panel, because one is a host service reaching INPUT and the other is a
container reached through FORWARD — which meant the operator who enabled it
in order to confirm after the switch could not, and the watchdog reverted a
working router. And the LAN address ended up on both the bridge and its
member, because NetworkManager restores the persistent address the bridge
had just taken.
Verified on hardware: a reboot with the cable in restores router mode
unattended, a client on the LAN resolves, pings and pulls 1 MB through NAT,
and the update path preserves the database and brings the router back on its
own.1 parent b7ffb3e commit 94a013b
3 files changed
Lines changed: 61 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
7 | 66 | | |
8 | 67 | | |
9 | 68 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments