diff options
author | Christian Breunig <christian@breunig.cc> | 2023-08-12 18:10:18 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2023-08-12 18:10:42 +0200 |
commit | 4eaf65c673e4f5522ddc6eb68ffcf88e36b59312 (patch) | |
tree | 8009866e581cbf51456c3474b99b153f45892e6f /smoketest/configs/dialup-router-complex | |
parent | 485585e19e7af6c8586f5e24f831a2f84c22b1fc (diff) | |
download | vyos-1x-4eaf65c673e4f5522ddc6eb68ffcf88e36b59312.tar.gz vyos-1x-4eaf65c673e4f5522ddc6eb68ffcf88e36b59312.zip |
smoketest: T5465: add config migration test for VLAN interface
Diffstat (limited to 'smoketest/configs/dialup-router-complex')
-rw-r--r-- | smoketest/configs/dialup-router-complex | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/smoketest/configs/dialup-router-complex b/smoketest/configs/dialup-router-complex index 909e6d17b..aa9837fe9 100644 --- a/smoketest/configs/dialup-router-complex +++ b/smoketest/configs/dialup-router-complex @@ -1094,6 +1094,10 @@ firewall { adjust-mss 1452 adjust-mss6 1432 } + interface eth0.10 { + adjust-mss 1320 + adjust-mss6 1300 + } } receive-redirects disable send-redirects enable |