Nikolay Amiantov 69407cb013 firewall service: respect marks in rpfilter (#39054)
This allows one to add rules which change a packet's routing table:

iptables -t raw -I PREROUTING 1 -m set --match-set myset src -j MARK --set-mark 2
ip rule add fwmark 2 table 1 priority 1000
ip route add default dev wg0 table 1

to the beginning of raw table PREROUTING chain, and still have rpfilter.
2018-08-29 20:50:53 +02:00
..
2018-08-25 05:18:53 +03:00
2018-08-23 01:42:34 +00:00
2018-08-25 05:18:53 +03:00
2018-08-23 01:42:34 +00:00
2018-08-26 12:00:54 +02:00