Blame SOURCES/0094-ipneigh-add-missing-proxy-keyword-to-help-text.patch

049c96
From bef1cf702a74c0c15a5b763ab95bc22ad34ecca9 Mon Sep 17 00:00:00 2001
049c96
From: Phil Sutter <psutter@redhat.com>
049c96
Date: Mon, 7 Mar 2016 20:36:42 +0100
049c96
Subject: [PATCH] ipneigh: add missing proxy keyword to help text
049c96
049c96
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1251186
049c96
Upstream Status: iproute2.git commit c339b4cc53f64
049c96
049c96
commit c339b4cc53f64b79b384524ce0e124965d341579
049c96
Author: Phil Sutter <phil@nwl.cc>
049c96
Date:   Wed Mar 2 19:19:52 2016 +0100
049c96
049c96
    ipneigh: add missing proxy keyword to help text
049c96
049c96
    And while we're at it, add whitespace around braces and pipe symbol.
049c96
049c96
    Signed-off-by: Phil Sutter <phil@nwl.cc>
049c96
---
049c96
 ip/ipneigh.c | 2 +-
049c96
 1 file changed, 1 insertion(+), 1 deletion(-)
049c96
049c96
diff --git a/ip/ipneigh.c b/ip/ipneigh.c
049c96
index 19fd8e2..2dbd537 100644
049c96
--- a/ip/ipneigh.c
049c96
+++ b/ip/ipneigh.c
049c96
@@ -48,7 +48,7 @@ static void usage(void)
049c96
 	fprintf(stderr, "Usage: ip neigh { add | del | change | replace } { ADDR [ lladdr LLADDR ]\n"
049c96
 		        "          [ nud { permanent | noarp | stale | reachable } ]\n"
049c96
 		        "          | proxy ADDR } [ dev DEV ]\n");
049c96
-	fprintf(stderr, "       ip neigh {show|flush} [ to PREFIX ] [ dev DEV ] [ nud STATE ]\n");
049c96
+	fprintf(stderr, "       ip neigh { show | flush } [ proxy ] [ to PREFIX ] [ dev DEV ] [ nud STATE ]\n");
049c96
 	exit(-1);
049c96
 }
049c96
 
049c96
-- 
049c96
1.8.3.1
049c96