mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-10 11:05:54 +02:00
In the POSTROUTING chain using -i intf0 does not work at all. We now only use the -s parameter to figure out if the rule applied. The filter chain still uses -i and -o to match patches not only by the network address, but also by the incoming/outgoing interface.