On Thu, 8 Oct 2015 12:22:39 +0200 Daniel Borkmann <dan...@iogearbox.net> wrote:
> If get_rt_realms() fails, try to get a possible raw u32 realms > value for the u32 RTA_FLOW/FRA_FLOW attribute, as it might be > useful to directly configure the hex value itself. And only if > that fails, then bail out. > > The source realm is provided in the upper u16 (mask: 0xffff0000) > and the destination realm through the lower u16 part (mask: > 0x0000ffff). This can be useful for tc's bpf realm matcher, but > also a full hex/mask param can be provided already for matching > through iptables' --realm cmdline option, for example. > > Signed-off-by: Daniel Borkmann <dan...@iogearbox.net> This looks fine, expected some comments but none received. Applied. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html