* [PATCH iproute2] man: ip-link: Add vrf type
@ 2016-06-21 23:29 David Ahern
2016-06-27 18:02 ` Stephen Hemminger
0 siblings, 1 reply; 2+ messages in thread
From: David Ahern @ 2016-06-21 23:29 UTC (permalink / raw)
To: netdev; +Cc: stephen, David Ahern
Add description for vrf type to ip-link man page.
Signed-off-by: David Ahern <dsa@cumulusnetworks.com>
---
man/man8/ip-link.8.in | 20 +++++++++++++++++++-
1 file changed, 19 insertions(+), 1 deletion(-)
diff --git a/man/man8/ip-link.8.in b/man/man8/ip-link.8.in
index d5673639d9dd..97042beaf4cc 100644
--- a/man/man8/ip-link.8.in
+++ b/man/man8/ip-link.8.in
@@ -65,7 +65,8 @@ ip-link \- network device configuration
.BR nlmon " |"
.BR ipvlan " |"
.BR lowpan " |"
-.BR geneve " ]"
+.BR geneve " |"
+.BR vrf " ]"
.ti -8
.BR "ip link delete " {
@@ -263,6 +264,9 @@ specifies the type of the new device.
.sp
.BR macsec
- Interface for IEEE 802.1AE MAC Security (MACsec)
+.sp
+.BR vrf
+- Interface for L3 VRF domains
.in -8
.TP
@@ -966,6 +970,20 @@ For a link of type
.in -8
+.TP
+VRF Type Support
+For a link of type
+.I VRF
+the following additional arguments are supported:
+
+.BI "ip link add " DEVICE " type vrf table " TABLE
+
+.in +8
+.sp
+.BR table " table id associated with VRF device"
+
+.in -8
+
.SS ip link delete - delete virtual link
.TP
--
2.1.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH iproute2] man: ip-link: Add vrf type
2016-06-21 23:29 [PATCH iproute2] man: ip-link: Add vrf type David Ahern
@ 2016-06-27 18:02 ` Stephen Hemminger
0 siblings, 0 replies; 2+ messages in thread
From: Stephen Hemminger @ 2016-06-27 18:02 UTC (permalink / raw)
To: David Ahern; +Cc: netdev
On Tue, 21 Jun 2016 16:29:01 -0700
David Ahern <dsa@cumulusnetworks.com> wrote:
> Add description for vrf type to ip-link man page.
>
> Signed-off-by: David Ahern <dsa@cumulusnetworks.com>
Applied
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-06-27 18:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-21 23:29 [PATCH iproute2] man: ip-link: Add vrf type David Ahern
2016-06-27 18:02 ` Stephen Hemminger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).