diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-08-19 18:14:13 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-08-21 15:26:35 +0200 |
commit | b7bfcb6ef0e712bb8c39241051e716a833b2ffe8 (patch) | |
tree | 6bc7ae43df3fd7e20976dad68cf98a856b236cab /interface-definitions/interfaces-pppoe.xml.in | |
parent | 6bd780887c0e13dc9272ec499ebc6f01cfaf7ea6 (diff) | |
download | vyos-1x-b7bfcb6ef0e712bb8c39241051e716a833b2ffe8.tar.gz vyos-1x-b7bfcb6ef0e712bb8c39241051e716a833b2ffe8.zip |
interfaces: T3090: migrate adjust-mss from "firewall options" to "interface" level
Getting rid of "set firewall options" and move it from:
set firewall options interface ethX adjust-mss 1400
set firewall options interface ethX adjust-mss6 1400
to:
set interfaces ethernet ethX ip adjust-mss 1400
set interfaces ethernet ethX ipv6 adjust-mss 1400
In addition add an extra option called clamp-mss-to-pmtu instead of a value.
Diffstat (limited to 'interface-definitions/interfaces-pppoe.xml.in')
-rw-r--r-- | interface-definitions/interfaces-pppoe.xml.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/interface-definitions/interfaces-pppoe.xml.in b/interface-definitions/interfaces-pppoe.xml.in index 1bbfa63af..ac8fa378b 100644 --- a/interface-definitions/interfaces-pppoe.xml.in +++ b/interface-definitions/interfaces-pppoe.xml.in @@ -70,6 +70,7 @@ <help>IPv4 routing parameters</help> </properties> <children> + #include <include/interface/adjust-mss.xml.i> #include <include/interface/source-validation.xml.i> </children> </node> @@ -86,6 +87,7 @@ #include <include/interface/ipv6-address-autoconf.xml.i> </children> </node> + #include <include/interface/adjust-mss.xml.i> </children> </node> <leafNode name="source-interface"> |