From f0fb054cf32054f4071928f83073d904d7cf9a1f Mon Sep 17 00:00:00 2001
From: Rohit Topno <r.topno@gxgroup.eu>
Date: Thu, 18 Jul 2024 11:51:26 +0530
Subject: [PATCH] qosmngr: Fixed typo in Pbit_translation guide

---
 docs/guide/VLAN_Pbit_translation.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/guide/VLAN_Pbit_translation.md b/docs/guide/VLAN_Pbit_translation.md
index 21a4578..ee6a929 100644
--- a/docs/guide/VLAN_Pbit_translation.md
+++ b/docs/guide/VLAN_Pbit_translation.md
@@ -98,7 +98,7 @@ Note: generally its a reference to Device.Ethernet.Interface.{i}. object
 obuspa -c add Device.QoS.Classification.
 obuspa -c set Device.QoS.Classification.1.Interface Device.Ethernet.Interface.3.
 obuspa -c set Device.QoS.Classification.1.EthernetPriorityCheck 3
-obuspa -c set Device.QoS.Classification.1.EthernetPriorityCheck 7
+obuspa -c set Device.QoS.Classification.1.EthernetPriorityMark 7
 obuspa -c set Device.QoS.Classification.1.Enable true
 ```
 
-- 
GitLab