diff options
author | Philipp Buehler <pb@cvs.openbsd.org> | 2004-06-25 18:58:39 +0000 |
---|---|---|
committer | Philipp Buehler <pb@cvs.openbsd.org> | 2004-06-25 18:58:39 +0000 |
commit | c2f6cc722a4119cabe0a4943cab1526785648635 (patch) | |
tree | 737fcf84993325db482d7153e780821649c4ca85 /sbin/ifconfig/ifconfig.8 | |
parent | c4ff37845d2dc781abd98949c836ff74f53cfa85 (diff) |
interface groups
mcbride@ ok
Diffstat (limited to 'sbin/ifconfig/ifconfig.8')
-rw-r--r-- | sbin/ifconfig/ifconfig.8 | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index ff5572bc4e7..cdad1f8d37a 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ifconfig.8,v 1.84 2004/06/24 20:47:50 henning Exp $ +.\" $OpenBSD: ifconfig.8,v 1.85 2004/06/25 18:58:38 pb 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 $ .\" @@ -82,6 +82,10 @@ .Ar vlan-tag .Cm vlandev .Ar parent-interface +.Nm +.Ar interface +.Cm group +.Ar group-name .Sh DESCRIPTION The .Nm @@ -323,6 +327,13 @@ the system will not attempt to transmit messages through that interface. If possible, the interface will be reset to disable reception as well. This action automatically disables routes using the interface. +.It Cm group Ar group-name +Assign the interface to a +.Dq group . +Any interface can be in multiple groups. +.It Cm -group Ar group-name +Remove the interface from the given +.Dq group . .It Cm eui64 (inet6 only) Fill the interface index |