* [PATCH iproute2] man ip-link: Add missing link types - vti,ipvlan,nlmon
@ 2015-04-04 16:00 Vadim Kochan
2015-04-06 16:59 ` Dan Williams
0 siblings, 1 reply; 3+ messages in thread
From: Vadim Kochan @ 2015-04-04 16:00 UTC (permalink / raw)
To: netdev; +Cc: Vadim Kochan
From: Vadim Kochan <vadim4j@gmail.com>
Signed-off-by: Vadim Kochan <vadim4j@gmail.com>
---
man/man8/ip-link.8.in | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)
diff --git a/man/man8/ip-link.8.in b/man/man8/ip-link.8.in
index 0e3bb5e..642cdb2 100644
--- a/man/man8/ip-link.8.in
+++ b/man/man8/ip-link.8.in
@@ -72,7 +72,10 @@ ip-link \- network device configuration
.BR gre " |"
.BR gretap " |"
.BR ip6gre " |"
-.BR ip6gretap " ]"
+.BR ip6gretap " |"
+.BR vti " |"
+.BR nlmon " |"
+.BR ipvlan " ]"
.ti -8
.BI "ip link delete " DEVICE
@@ -228,6 +231,15 @@ Link types:
.sp
.BR ip6gretap
- Virtual L2 tunnel interface GRE over IPv6
+.sp
+.BR vti
+- Virtual tunnel interface
+.sp
+.BR nlmon
+- Netlink monitoring device
+.sp
+.BR ipvlan
+- Interface for L3 (IPv6/IPv4) based VLANs
.in -8
.TP
--
2.3.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH iproute2] man ip-link: Add missing link types - vti,ipvlan,nlmon
2015-04-04 16:00 [PATCH iproute2] man ip-link: Add missing link types - vti,ipvlan,nlmon Vadim Kochan
@ 2015-04-06 16:59 ` Dan Williams
2015-04-06 17:01 ` Dan Williams
0 siblings, 1 reply; 3+ messages in thread
From: Dan Williams @ 2015-04-06 16:59 UTC (permalink / raw)
To: Vadim Kochan; +Cc: netdev
On Sat, 2015-04-04 at 19:00 +0300, Vadim Kochan wrote:
> From: Vadim Kochan <vadim4j@gmail.com>
>
> Signed-off-by: Vadim Kochan <vadim4j@gmail.com>
> ---
> man/man8/ip-link.8.in | 14 +++++++++++++-
> 1 file changed, 13 insertions(+), 1 deletion(-)
>
> diff --git a/man/man8/ip-link.8.in b/man/man8/ip-link.8.in
> index 0e3bb5e..642cdb2 100644
> --- a/man/man8/ip-link.8.in
> +++ b/man/man8/ip-link.8.in
> @@ -72,7 +72,10 @@ ip-link \- network device configuration
> .BR gre " |"
> .BR gretap " |"
> .BR ip6gre " |"
> -.BR ip6gretap " ]"
> +.BR ip6gretap " |"
> +.BR vti " |"
> +.BR nlmon " |"
> +.BR ipvlan " ]"
>
> .ti -8
> .BI "ip link delete " DEVICE
> @@ -228,6 +231,15 @@ Link types:
> .sp
> .BR ip6gretap
> - Virtual L2 tunnel interface GRE over IPv6
> +.sp
> +.BR vti
> +- Virtual tunnel interface
> +.sp
> +.BR nlmon
> +- Netlink monitoring device
> +.sp
> +.BR ipvlan
> +- Interface for L3 (IPv6/IPv4) based VLANs
ipvlan does L2 as well.
Dan
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH iproute2] man ip-link: Add missing link types - vti,ipvlan,nlmon
2015-04-06 16:59 ` Dan Williams
@ 2015-04-06 17:01 ` Dan Williams
0 siblings, 0 replies; 3+ messages in thread
From: Dan Williams @ 2015-04-06 17:01 UTC (permalink / raw)
To: Vadim Kochan; +Cc: netdev
On Mon, 2015-04-06 at 11:59 -0500, Dan Williams wrote:
> On Sat, 2015-04-04 at 19:00 +0300, Vadim Kochan wrote:
> > From: Vadim Kochan <vadim4j@gmail.com>
> >
> > Signed-off-by: Vadim Kochan <vadim4j@gmail.com>
> > ---
> > man/man8/ip-link.8.in | 14 +++++++++++++-
> > 1 file changed, 13 insertions(+), 1 deletion(-)
> >
> > diff --git a/man/man8/ip-link.8.in b/man/man8/ip-link.8.in
> > index 0e3bb5e..642cdb2 100644
> > --- a/man/man8/ip-link.8.in
> > +++ b/man/man8/ip-link.8.in
> > @@ -72,7 +72,10 @@ ip-link \- network device configuration
> > .BR gre " |"
> > .BR gretap " |"
> > .BR ip6gre " |"
> > -.BR ip6gretap " ]"
> > +.BR ip6gretap " |"
> > +.BR vti " |"
> > +.BR nlmon " |"
> > +.BR ipvlan " ]"
> >
> > .ti -8
> > .BI "ip link delete " DEVICE
> > @@ -228,6 +231,15 @@ Link types:
> > .sp
> > .BR ip6gretap
> > - Virtual L2 tunnel interface GRE over IPv6
> > +.sp
> > +.BR vti
> > +- Virtual tunnel interface
> > +.sp
> > +.BR nlmon
> > +- Netlink monitoring device
> > +.sp
> > +.BR ipvlan
> > +- Interface for L3 (IPv6/IPv4) based VLANs
>
> ipvlan does L2 as well.
Too quick reply; although its main purpose is L3 of course, it *can* do
L2 operation as well but not in a VLAN-y mode since it shares the same
L2 address. But since that would be rather odd, just ignore my previous
reply, L3 is fine here.
Dan
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-04-06 17:00 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-04 16:00 [PATCH iproute2] man ip-link: Add missing link types - vti,ipvlan,nlmon Vadim Kochan
2015-04-06 16:59 ` Dan Williams
2015-04-06 17:01 ` Dan Williams
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).