From: we...@ucloud.cn Date: Tue, 25 Aug 2020 14:07:43 +0800 > From: wenxu <we...@ucloud.cn> > > The fragment packets do defrag in act_ct module. If the reassembled > packet should send out to another net device. This over mtu big packet > should be fragmented to send out. This patch add the act ct_output to > archive this. > > Signed-off-by: wenxu <we...@ucloud.cn>
Like others, I really don't see the conntract dependency. Please move ip6_fragment into ipv6_stub and rename this new module more generically. Thank you.