Page MenuHomeVyOS Platform

Remove command: "set firewall options interface <interface> disable"
Closed, WontfixPublic

Description

The command

set firewall options interface ethX disable

was created to disable MSS clamping for an interface, but it might look a bit confusing because it says nothing about MSS clamping. And also redundant, because you could get the same by entering

delete firewall options interface ethX adjust-mss

So it seems it can be removed.

Details

Difficulty level
Unknown (require assessment)
Version
1.2.x ; 1.3
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Config syntax change (migratable)
Issue type
Improvement (missing useful functionality)

Event Timeline

Unknown Object (User) triaged this task as Low priority.Sep 17 2020, 10:41 AM
Unknown Object (User) created this task.
dmbaturin changed Is it a breaking change? from Unspecified (possibly destroys the router) to Config syntax change (migratable).

I don't see the reason to delete the "disable" option, as it uses for adjust-mss and adjust-mss6.
And you need temporarily disable it.

erkin set Issue type to Improvement (missing useful functionality).Aug 29 2021, 1:04 PM
erkin removed a subscriber: Active contributors.

We keep this in 1.3 as the CLI is fixed - it was removed in the 1.4 development cycle with T3090