nixos/home/routing-common: Allow VRRP traffic
All checks were successful
CI / Check, build and cache Nix flake (push) Successful in 17m34s
All checks were successful
CI / Check, build and cache Nix flake (push) Successful in 17m34s
This commit is contained in:
parent
5e5f70501c
commit
93892224b7
@ -292,6 +292,7 @@ in
|
|||||||
table inet filter {
|
table inet filter {
|
||||||
chain input {
|
chain input {
|
||||||
iifname base meta l4proto { udp, tcp } th dport domain accept
|
iifname base meta l4proto { udp, tcp } th dport domain accept
|
||||||
|
iifname lan-core meta l4proto vrrp accept
|
||||||
}
|
}
|
||||||
|
|
||||||
chain routing-tcp {
|
chain routing-tcp {
|
||||||
|
Loading…
Reference in New Issue
Block a user