nixos/estuary: Fix ixps nftables config (smh my head)

This commit is contained in:
Jack O'Sullivan 2023-01-05 14:58:02 +00:00
parent d85b226707
commit e6d92eb56b

View File

@ -384,14 +384,13 @@ in
} }
chain forward { chain forward {
iifname wan oifname base jump filter-routing iifname { wan, $ixps } oifname base jump filter-routing
iifname ixps oifname base jump filter-routing oifname $ixps jump ixp
oifname ixps jump ixp
oifname as211024 accept oifname as211024 accept
} }
chain output { chain output {
oifname ifog ether type != vlan reject oifname ifog ether type != vlan reject
oifname ixps jump ixp oifname $ixps jump ixp
} }
} }
table inet nat { table inet nat {