Re: [PATCH net] net/sched: act_mirred: fix fragment the packet after defrag in act_ct
From: Cong Wang <hidden>
Date: 2020-06-30 19:02:55
From: Cong Wang <hidden>
Date: 2020-06-30 19:02:55
On Mon, Jun 29, 2020 at 7:55 PM [off-list ref] wrote:
From: wenxu <redacted> The fragment packets do defrag in act_ct module. The reassembled packet over the mtu in the act_mirred. This big packet should be fragmented to send out.
This is too brief. Why act_mirred should handle the burden introduced by act_ct? And why is this 158-line change targeting -net not -net-next? Thanks.