Am 03.04.2015 um 19:50 schrieb Alexander Holler:
Context sensitive handling of "param-problem" and "redirect" is necessary
to allow usage of them as token or as string for icmp types.
Without this patch, e.g. the following fails:
nft add rule filter input icmp type redirect accept
nft add rule filter input icmpv6 type param-problem accept
Signed-off-by: Alexander Holler <holler@xxxxxxxxxxxxx>
---
Just in case of, I have not tested this extensively.
So please be careful with that patch and review it.
E.g. I'm not sure if I might have forgotten to set icmp_flag = 0 in
another desctructor than those two I've added it too because I haven't
tested rules which are using "redirect" or param-problem as token and
not just as string to describe an icmp type as in the above two statements.
Regards,
Alexander Holler
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html