mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
ifconfig.8: cleanup reminiscence about long gone ppp(4)
Replace ppp(4) removed since FreeBSD 8.0-RELEASE with vlan(4). While here, remove commented out reference to non-existing "egress" interface group hiding since initial import of interface groups from OpenBSD in 2006.
This commit is contained in:
parent
0bbf270296
commit
3c9ad9398f
1 changed files with 5 additions and 8 deletions
|
|
@ -28,7 +28,7 @@
|
|||
.\" From: @(#)ifconfig.8 8.3 (Berkeley) 1/5/94
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd June 24, 2022
|
||||
.Dd July 11, 2022
|
||||
.Dt IFCONFIG 8
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
|
@ -487,13 +487,10 @@ Assign the interface to a
|
|||
Any interface can be in multiple groups.
|
||||
.Pp
|
||||
Cloned interfaces are members of their interface family group by default.
|
||||
For example, a PPP interface such as
|
||||
.Em ppp0
|
||||
is a member of the PPP interface family group,
|
||||
.Em ppp .
|
||||
.\" The interface(s) the default route(s) point to are members of the
|
||||
.\" .Em egress
|
||||
.\" interface group.
|
||||
For example, a VLAN interface such as
|
||||
.Em vlan10
|
||||
is a member of the VLAN interface family group,
|
||||
.Em vlan .
|
||||
.It Cm -group Ar groupname
|
||||
Remove the interface from the given
|
||||
.Dq group .
|
||||
|
|
|
|||
Loading…
Reference in a new issue