Re: [PATCH net] net/sched: act_mirred: fix fragment the packet after defrag in act_ct
From: wenxu <hidden>
Date: 2020-07-01 06:21:25
From: wenxu <hidden>
Date: 2020-07-01 06:21:25
On 7/1/2020 2:12 PM, Cong Wang wrote:
On Tue, Jun 30, 2020 at 11:03 PM wenxu [off-list ref] wrote:quoted
Only forward packet case need do fragment again and there is no need do defrag explicit.Same question: why act_mirred? You have to explain why act_mirred has the responsibility to do this job.
The fragment behavior only depends on the mtu of the device sent in act_mirred. Only in the act_mirred can decides whether do the fragment or not.
Thanks.