linma / rpms / iproute

Forked from rpms/iproute 4 years ago
Clone

Blame SOURCES/0167-tc-man-matchall-Fix-example-indentation.patch

4aca6e
From 0fee4b1316e3be7e2c8a0f675931acf0d0d36f7a Mon Sep 17 00:00:00 2001
4aca6e
From: Ivan Vecera <ivecera@redhat.com>
4aca6e
Date: Wed, 31 May 2017 15:45:01 +0200
4aca6e
Subject: [PATCH 167/169] tc: man: matchall: Fix example indentation
4aca6e
4aca6e
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1435624
4aca6e
Upstream status: iproute2.git commit d65a744cdbe97
4aca6e
4aca6e
commit d65a744cdbe973cf807be108c73c91c0996b9c66
4aca6e
Author: Yotam Gigi <yotamg@mellanox.com>
4aca6e
Date:   Tue Jan 31 11:47:47 2017 +0200
4aca6e
4aca6e
    tc: man: matchall: Fix example indentation
4aca6e
4aca6e
    The man page contains two examples, which have different indentation. Fix
4aca6e
    the indentation of the two examples to match.
4aca6e
4aca6e
    Reviewed-by: Jiri Pirko <jiri@mellanox.com>
4aca6e
    Signed-off-by: Yotam Gigi <yotamg@mellanox.com>
4aca6e
4aca6e
Signed-off-by: Ivan Vecera <ivecera@redhat.com>
4aca6e
---
4aca6e
 man/man8/tc-matchall.8 | 1 +
4aca6e
 1 file changed, 1 insertion(+)
4aca6e
4aca6e
diff --git a/man/man8/tc-matchall.8 b/man/man8/tc-matchall.8
4aca6e
index f9209226..5aa11dab 100644
4aca6e
--- a/man/man8/tc-matchall.8
4aca6e
+++ b/man/man8/tc-matchall.8
4aca6e
@@ -53,6 +53,7 @@ where the second command attaches a matchall filters on it that mirrors the
4aca6e
 packets to device eth2.
4aca6e
 
4aca6e
 To create egress mirroring from port eth1 to port eth2:
4aca6e
+.RS
4aca6e
 .EX
4aca6e
 
4aca6e
 tc qdisc add dev eth1 handle 1: root prio
4aca6e
-- 
4aca6e
2.13.0
4aca6e