diff options
author | Christian Poessinger <christian@poessinger.com> | 2023-01-02 07:18:25 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2023-01-02 07:18:27 +0100 |
commit | b13355926c394742678446fd932ebfab5152a256 (patch) | |
tree | 4fb737fb9d3c69600db9a8b56b6708ac1758e7c1 /smoketest/configs | |
parent | 6af6482f5ab5040696635aa3f581427fb638fd1e (diff) | |
download | vyos-1x-b13355926c394742678446fd932ebfab5152a256.tar.gz vyos-1x-b13355926c394742678446fd932ebfab5152a256.zip |
smoketest: T4284: remove qos from dialup-router-medium-vpn
qos config migration is tested using qos-basic example config file.
Diffstat (limited to 'smoketest/configs')
-rw-r--r-- | smoketest/configs/dialup-router-medium-vpn | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/smoketest/configs/dialup-router-medium-vpn b/smoketest/configs/dialup-router-medium-vpn index 56722d222..503280017 100644 --- a/smoketest/configs/dialup-router-medium-vpn +++ b/smoketest/configs/dialup-router-medium-vpn @@ -68,9 +68,6 @@ interfaces { mtu 1500 name-server auto password password - traffic-policy { - out shape-17mbit - } user-id vyos password vyos } @@ -96,9 +93,6 @@ interfaces { } smp-affinity auto speed auto - traffic-policy { - out shape-94mbit - } } loopback lo { } @@ -719,24 +713,6 @@ system { } time-zone Pacific/Auckland } -traffic-policy { - shaper shape-17mbit { - bandwidth 17mbit - default { - bandwidth 100% - burst 15k - queue-type fq-codel - } - } - shaper shape-94mbit { - bandwidth 94mbit - default { - bandwidth 100% - burst 15k - queue-type fq-codel - } - } -} /* Warning: Do not remove the following line. */ /* === vyatta-config-version: "broadcast-relay@1:cluster@1:config-management@1:conntrack-sync@1:conntrack@1:dhcp-relay@2:dhcp-server@5:dns-forwarding@1:firewall@5:ipsec@5:l2tp@1:mdns@1:nat@4:ntp@1:pptp@1:qos@1:quagga@6:snmp@1:ssh@1:system@9:vrrp@2:wanloadbalance@3:webgui@1:webproxy@1:webproxy@2:zone-policy@1" === */ /* Release version: 1.2.6 */ |