I have a test requirement which required me clear don't fragment bit for packet flowing through Linux machine(cent-OS).
I have tried setting the net.ipv4.ip_forward_use_pmtu=1 but it seems to only disable MTU Path discovery and does not clear DF bit.
What is the method/approach to clear DF bit on packets?
Simply lock
mtu
.