Hi all,
I’ve noticed that in older versions of ROS, the dynamic MSS clamping mangle rules are present-
ROS Version 6.18
/ ip firewall mangle print dynamic
Flags: X - disabled, I - invalid, D - dynamic
0 D chain=forward action=change-mss new-mss=1418 passthrough=yes tcp-flags=syn protocol=tcp in-interface=all-ppp tcp-mss=1419-65535
1 D chain=forward action=change-mss new-mss=1418 passthrough=yes tcp-flags=syn protocol=tcp out-interface=all-ppp tcp-mss=1419-65535
ROS Version 6.30.2
/ ip firewall mangle print dynamic
Flags: X - disabled, I - invalid, D - dynamic
I can see TCP syn packets leave the router with the correct MSS value, so it looks like it’s working as it should be. But why can’t I see the mangle rules?
Thanks