On Sun, 16 Jun 2019 14:46:02 -0700 Michael Forney <mfor...@mforney.org> wrote:
> This variable has the same name as `struct xfrm_filter filter` in > ip/ipxfrm.c, but overrides that definition since `struct rtfilter` > is larger. > > This is visible when built with -Wl,--warn-common in LDFLAGS: > > /usr/bin/ld: ipxfrm.o: warning: common of `filter' overridden by larger > common from ipmroute.o > > Signed-off-by: Michael Forney <mfor...@mforney.org> Applied