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-04-26 13:57:11 +03:00
2018-05-02 10:30:30 -04:00
2018-07-20 18:48:37 +00:00
2018-08-25 15:26:52 +03:00
2018-07-20 18:48:37 +00:00
2018-05-05 00:33:20 -05:00
2018-08-01 21:39:09 +02:00
2018-04-13 13:39:21 +03:00
2018-07-20 18:48:37 +00:00