Commit 137b3da
committed
systemvm: allow link-local ssh in the VR IPv6 firewall
The nftables ip6_firewall and ip6_acl tables created on VRs with
IPv6 networking have an input hook chain with policy drop, which
applies to all interfaces including the control NIC. Accept TCP 3922
between link-local addresses so sshd remains reachable on the IPv6
link-local address of the control interface. Restricting both saddr
and daddr to fe80::/10 ensures no global address can reach sshd.1 parent c1fa828 commit 137b3da
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
235 | 239 | | |
236 | 240 | | |
237 | 241 | | |
| |||
0 commit comments