diff options
author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2023-07-01 17:30:55 +0000 |
---|---|---|
committer | Viacheslav Hletenko <v.gletenko@vyos.io> | 2023-07-01 17:30:55 +0000 |
commit | 4917d7ab4601904bb19e9e2c8ea3e4bf7bc7521d (patch) | |
tree | 79d7c981fe3b2a46e80298d6b84e85377f52c070 /src/op_mode/openvpn.py | |
parent | e3361366038fb0acb8c00d54ac30fb9b95debf52 (diff) | |
download | vyos-1x-4917d7ab4601904bb19e9e2c8ea3e4bf7bc7521d.tar.gz vyos-1x-4917d7ab4601904bb19e9e2c8ea3e4bf7bc7521d.zip |
T5302: QoS fix class with multiple matches generate one rule
Fix QoS tc class with multiple matches generates one rule but
expects multiple filter rules:
set qos policy shaper test class 23 match one ip protocol 'tcp'
set qos policy shaper test class 23 match two ip protocol 'udp'
tc filter add dev eth0 parent 1: protocol all prio 1 u32 match ip protocol 6 0xff flowid 1:17
tc filter add dev eth0 parent 1: protocol all prio 2 u32 match ip protocol 17 0xff flowid 1:17
Diffstat (limited to 'src/op_mode/openvpn.py')
0 files changed, 0 insertions, 0 deletions