naccyde / rpms / iproute

Forked from rpms/iproute 5 months ago
Clone

Blame SOURCES/0101-man-ip-neighbour-Fix-for-missing-NUD_STATE-descripti.patch

049c96
From bd8b3c3337511956fd6a34e7f0071a717f238ab9 Mon Sep 17 00:00:00 2001
049c96
From: Phil Sutter <psutter@redhat.com>
049c96
Date: Mon, 7 Mar 2016 20:41:49 +0100
049c96
Subject: [PATCH] man: ip-neighbour: Fix for missing NUD_STATE description
049c96
049c96
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1251186
049c96
Upstream Status: iproute2.git commit 03cb9d58bc828
049c96
049c96
commit 03cb9d58bc8282d156ff644ad5af15217855af54
049c96
Author: Phil Sutter <phil@nwl.cc>
049c96
Date:   Wed Mar 2 19:19:59 2016 +0100
049c96
049c96
    man: ip-neighbour: Fix for missing NUD_STATE description
049c96
049c96
    Signed-off-by: Phil Sutter <phil@nwl.cc>
049c96
---
049c96
 man/man8/ip-neighbour.8 | 11 ++++++++---
049c96
 1 file changed, 8 insertions(+), 3 deletions(-)
049c96
049c96
diff --git a/man/man8/ip-neighbour.8 b/man/man8/ip-neighbour.8
049c96
index 631b4c0..f3068f4 100644
049c96
--- a/man/man8/ip-neighbour.8
049c96
+++ b/man/man8/ip-neighbour.8
049c96
@@ -18,7 +18,9 @@ ip-neighbour \- neighbour/arp tables management.
049c96
 .IR ADDR " [ "
049c96
 .B  lladdr
049c96
 .IR LLADDR " ] [ "
049c96
-.BR nud " { " permanent " | " noarp " | " stale " | " reachable " } ] | " proxy
049c96
+.B nud
049c96
+.IR STATE " ] |"
049c96
+.B proxy
049c96
 .IR ADDR " } [ "
049c96
 .B  dev
049c96
 .IR DEV " ]"
049c96
@@ -31,6 +33,9 @@ ip-neighbour \- neighbour/arp tables management.
049c96
 .B  nud
049c96
 .IR STATE " ]"
049c96
 
049c96
+.ti -8
049c96
+.IR STATE " := {"
049c96
+.BR permanent " | " noarp " | " stale " | " reachable " }"
049c96
 
049c96
 .SH DESCRIPTION
049c96
 The 
049c96
@@ -75,7 +80,7 @@ can also be
049c96
 .BR "null" .
049c96
 
049c96
 .TP
049c96
-.BI nud " NUD_STATE"
049c96
+.BI nud " STATE"
049c96
 the state of the neighbour entry.
049c96
 .B nud
049c96
 is an abbreviation for 'Neighbour Unreachability Detection'.
049c96
@@ -147,7 +152,7 @@ list neighbour proxies.
049c96
 only list neighbours which are not currently in use.
049c96
 
049c96
 .TP
049c96
-.BI nud " NUD_STATE"
049c96
+.BI nud " STATE"
049c96
 only list neighbour entries in this state.
049c96
 .I NUD_STATE
049c96
 takes values listed below or the special value
049c96
-- 
049c96
1.8.3.1
049c96