Message ID | 1598627672-10439-1-git-send-email-wenxu@ucloud.cn |
---|---|
Headers | show |
Series | Add ip6_fragment in ipv6_stub | expand |
From: wenxu@ucloud.cn Date: Fri, 28 Aug 2020 23:14:30 +0800 > From: wenxu <wenxu@ucloud.cn> > > Add ip6_fragment in ipv6_stub and use it in openvswitch > This version add default function eafnosupport_ipv6_fragment Seires applied, thank you.
From: wenxu <wenxu@ucloud.cn> Add ip6_fragment in ipv6_stub and use it in openvswitch This version add default function eafnosupport_ipv6_fragment wenxu (2): ipv6: add ipv6_fragment hook in ipv6_stub openvswitch: using ip6_fragment in ipv6_stub include/net/ipv6_stubs.h | 3 +++ net/ipv6/addrconf_core.c | 8 ++++++++ net/ipv6/af_inet6.c | 1 + net/openvswitch/actions.c | 7 +------ 4 files changed, 13 insertions(+), 6 deletions(-)