diff options
| author | Christian Breunig <christian@breunig.cc> | 2023-08-11 21:24:05 +0200 | 
|---|---|---|
| committer | Christian Breunig <christian@breunig.cc> | 2023-08-11 21:24:32 +0200 | 
| commit | f8b60fff531e4e8cfe1bba99652343b0680f98ad (patch) | |
| tree | 1b64abadf2f4f9a3c6c5ca3b9fbd9a1418007648 /src/conf_mode/qos.py | |
| parent | 11f46a2b4f8522cb52a85ba5bc6e76a575b418ce (diff) | |
| download | vyos-1x-f8b60fff531e4e8cfe1bba99652343b0680f98ad.tar.gz vyos-1x-f8b60fff531e4e8cfe1bba99652343b0680f98ad.zip | |
interface: T5465: adjust-mss: config migration fails if applied to a VLAN or Q-in-Q interface
When migration from 1.3 to 1.4 and a user hat the following configured:
options {
    interface eth0.10{
        adjust-mss 1452
        adjust-mss6 1432
    }
}
The configuration was wrongly migrated to:
interfaces {
    ethernet eth0.10 {
        ipv6 {
            adjust-mss "1432"
        }
        ip {
            adjust-mss "1452"
        }
    }
Instead of
interfaces {
    ethernet eth0 {
        vif 10 {
            ipv6 {
                adjust-mss "1432"
            }
            ip {
                adjust-mss "1452"
            }
        }
    }
Diffstat (limited to 'src/conf_mode/qos.py')
0 files changed, 0 insertions, 0 deletions
