nixos/estuary: Fix ixps nftables config (smh my head)
This commit is contained in:
parent
d85b226707
commit
e6d92eb56b
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user