diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2010-05-28 12:20:07 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2010-05-28 12:20:07 +0000 |
commit | c26a59411bdc7a9adc0dbcf456b21b8ababb8643 (patch) | |
tree | fa83ecb6b95180d08235ca98b19d18984cd5dbca /sbin/ifconfig/ifconfig.8 | |
parent | 2bac83383f38d6c6831272c9f331b16c5568f37f (diff) |
Add mpls/-mpls commands to enable MPLS label switching on an interface.
Diffstat (limited to 'sbin/ifconfig/ifconfig.8')
-rw-r--r-- | sbin/ifconfig/ifconfig.8 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index 96a6cb27b79..a1238bb9a61 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ifconfig.8,v 1.200 2010/05/07 06:17:34 claudio Exp $ +.\" $OpenBSD: ifconfig.8,v 1.201 2010/05/28 12:20:06 claudio Exp $ .\" $NetBSD: ifconfig.8,v 1.11 1996/01/04 21:27:29 pk Exp $ .\" $FreeBSD: ifconfig.8,v 1.16 1998/02/01 07:03:29 steve Exp $ .\" @@ -31,7 +31,7 @@ .\" .\" @(#)ifconfig.8 8.4 (Berkeley) 6/1/94 .\" -.Dd $Mdocdate: May 7 2010 $ +.Dd $Mdocdate: May 28 2010 $ .Dt IFCONFIG 8 .Os .Sh NAME @@ -347,6 +347,11 @@ this directive is used to select between 802.11a and 802.11g .Pq Dq 11g operating modes. +.It Cm mpls +Enable Multiprotocol Label Switching (MPLS) on the interface. It will be +able to send and receive MPLS traffic. +.It Fl mpls +Disable MPLS on the interface. .It Cm mtu Ar value Set the MTU for this device to the given .Ar value . |