Blame SOURCES/1543420-mpo-7.6.0-tc-vlan.8.patch

96cc1f
From 3d73f0746dedba90ef58eece2d1e720bc5019eee Mon Sep 17 00:00:00 2001
96cc1f
From: =?UTF-8?q?Nikola=20Forr=C3=B3?= <nforro@redhat.com>
96cc1f
Date: Thu, 21 Jun 2018 11:06:45 +0200
96cc1f
Subject: [PATCH 2/2] tc-vlan.8: fix incorrect example
96cc1f
---
96cc1f
 iproute/man8/tc-vlan.8 | 2 +-
96cc1f
 1 file changed, 1 insertion(+), 1 deletion(-)
96cc1f
96cc1f
diff --git a/iproute/man8/tc-vlan.8 b/iproute/man8/tc-vlan.8
96cc1f
index af3de1c..a526f66 100644
96cc1f
--- a/iproute/man8/tc-vlan.8
96cc1f
+++ b/iproute/man8/tc-vlan.8
96cc1f
@@ -103,7 +103,7 @@ into VLAN ID 123:
96cc1f
 #tc qdisc add dev eth0 handle ffff: ingress
96cc1f
 #tc filter add dev eth0 parent ffff: pref 11 protocol ip \\
96cc1f
 	u32 match ip protocol 1 0xff flowid 1:1 \\
96cc1f
-	u32 match ip src 10.0.0.2 flowid 1:1 \\
96cc1f
+	    match ip src 10.0.0.2 flowid 1:1 \\
96cc1f
 	action vlan push id 123
96cc1f
 .EE
96cc1f
 .RE
96cc1f
-- 
96cc1f
2.17.1
96cc1f