Page MenuHomeVyOS Platform

Move 'adjust-mss' firewall options to the interface section.
Closed, ResolvedPublicFEATURE REQUEST

Description

Getting rid of "set firewall options" and move it
From:

set firewall options interface ethX adjust-mss xxxx
set firewall options interface ethX adjust-mss6 xxxx

To:

set interfaces ethernet ethX ip adjust-mss xxxx
set interfaces ethernet ethX ipv6 adjust-mss xxxx

It's will be more clear.

Details

Difficulty level
Unknown (require assessment)
Version
-
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Unspecified (possibly destroys the router)

Event Timeline

Unknown Object (User) added a subscriber: Unknown Object (User).Oct 8 2021, 12:23 PM

Perhaps the command should be changed a bit
MSS is a property of the TCP protocol, not IP:

set interfaces ethernet ethX tcp adjust-mss xxxx
set interfaces ethernet ethX tcpv6 adjust-mss xxxx

TCPv6 is also not a good name. Maybe like this:

set interfaces ethernet ethX adjust-mss xxxx
set interfaces ethernet ethX adjust-mss6 xxxx

You are right @NikolayP but opening an entire subtree might be a bit of overkill.