nixos/home/routing-common: Allow VRRP traffic
All checks were successful
CI / Check, build and cache Nix flake (push) Successful in 17m34s

This commit is contained in:
Jack O'Sullivan 2023-12-11 02:31:26 +00:00
parent 5e5f70501c
commit 93892224b7

View File

@ -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 {