I can do ping -f -l 1472 walmart.com from my laptop and it returns a successful ping. GOOD.
I can do ping -f -l 1473 walmart.com from my laptop and it says packet needs to be fragmented. GOOD.
Then, I change the MTU on the LAN interface in Mikrotik from 1500 to 1300. I would expect both test above would fail with "needs to be fragmented" because the Mikrotik interface should only allow 1300 or below to pass. However, both tests above still have the exact same results. 1472 pings successfully.
Why is the 1472 ping working without fragmenting when the interface MTU is set to 1300?