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