From f2b346c5391651cc38f870304ce9117c72c123bf Mon Sep 17 00:00:00 2001 From: khramshinr Date: Thu, 5 Dec 2024 16:13:45 +0800 Subject: T6874: [QoS] Add class filter by ether 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 class match ether ` --- .../include/qos/class-match.xml.i | 50 +++++++++++++++++++--- 1 file changed, 45 insertions(+), 5 deletions(-) (limited to 'interface-definitions/include/qos') diff --git a/interface-definitions/include/qos/class-match.xml.i b/interface-definitions/include/qos/class-match.xml.i index 77d1933a3..3ad5547f2 100644 --- a/interface-definitions/include/qos/class-match.xml.i +++ b/interface-definitions/include/qos/class-match.xml.i @@ -29,12 +29,12 @@ Ethernet protocol for this match - + all 802.1Q 802_2 802_3 aarp aoe arp atalk dec ip ipv6 ipx lat localtalk rarp snap x25 - u32:0-65535 + u32:1-65535 Ethernet protocol number @@ -50,7 +50,7 @@ Internet IP (IPv4) - ipv6 + _ipv6 Internet IP (IPv6) @@ -59,7 +59,7 @@ atalk - Appletalk + AppleTalk ipx @@ -69,8 +69,48 @@ 802.1Q 802.1Q VLAN tag + + 802_2 + IEEE 802.2 + + + 802_3 + IEEE 802.3 + + + aarp + AppleTalk Address Resolution Protocol + + + aoe + ATA over Ethernet + + + dec + DECnet Protocol + + + lat + Local Area Transport + + + localtalk + Apple LocalTalk + + + rarp + Reverse Address Resolution Protocol + + + snap + Subnetwork Access Protocol + + + x25 + X.25 Packet-Switching Protocol + - + -- cgit v1.2.3