[PATCH net-next v1] netfilter: provide input interface for route lookup for rpfilter

2018-05-20 Thread Vincent Bernat
ilter case. I suppose the interface check later in the function would make it redundant. However, the remaining of the routing code is using RT6_LOOKUP_F_IFACE when there is no source address (which matches rpfilter's case with a non-unicast destination, like with neighbor solicitation). Signed-of

[PATCH iptables v2] iptables-restore/save: exit when given an unknown option

2017-04-14 Thread Vincent Bernat
requesting help. Signed-off-by: Vincent Bernat <vinc...@bernat.im> --- iptables/ip6tables-restore.c | 10 +- iptables/ip6tables-save.c| 4 iptables/iptables-restore.c | 10 +- iptables/iptables-save.c | 4 iptables/xtables-restore.c | 10 +- ip

[PATCH iptables v1] iptables-restore/save: exit when given an unknown option

2017-04-03 Thread Vincent Bernat
requesting help. Signed-off-by: Vincent Bernat <vinc...@bernat.im> --- iptables/ip6tables-restore.c | 10 +- iptables/ip6tables-save.c| 4 iptables/iptables-restore.c | 10 +- iptables/iptables-save.c | 4 4 files changed, 18 insertions(+), 10 del