Age | Commit message (Collapse) | Author |
|
Implement a command to configure QoS policy filters by ether properties.
The supported match types include:
- Destination: Specify the Ethernet destination address.
- Protocol: Define the Ethernet protocol.
- Source: Set the Ethernet source address.
`set qos policy <type> <name> class <id> match <match-id> ether <destination|protocol|source> <val>`
|
|
added new syntax to work with class match filters in QoS policy
|
|
This improves commit d2885ad0 ("T4969: fix class match mark number").
|
|
|
|
|