diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2005-06-07 21:38:10 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2005-06-07 21:38:10 +0000 |
commit | 627cf02d547468fc40868735448320bf6dbd166e (patch) | |
tree | e0dd18fdf6dd4d63c1a66aa04b18d9ee80b8870a /share | |
parent | 9e8bb58d088f76bd5d97b0e24c3b3e72dc684790 (diff) |
sync ifgroups paragraph with reality
wether it really belongs to netintro to be discussed seperately
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/netintro.4 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/share/man/man4/netintro.4 b/share/man/man4/netintro.4 index 8faddc70197..6d45de1996d 100644 --- a/share/man/man4/netintro.4 +++ b/share/man/man4/netintro.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: netintro.4,v 1.30 2005/02/27 09:04:03 david Exp $ +.\" $OpenBSD: netintro.4,v 1.31 2005/06/07 21:38:09 henning Exp $ .\" $NetBSD: netintro.4,v 1.4 1995/10/19 08:03:40 jtc Exp $ .\" .\" Copyright (c) 1983, 1990, 1991, 1993 @@ -110,11 +110,14 @@ Network interfaces may be collected together into interface groups. An interface group is a container that can be used generically when referring to any interface related by some criteria. Interfaces may be a member of any number of interface groups. -All interfaces are members of their interface family group by default. +Cloned interfaces are members of their interface family group by default. For example, a PPP interface such as .Li ppp0 is a member of the PPP interface family group, .Li ppp . +The interface(s) the default route(s) point to are members of the +.Em external +interface group. When an action is performed on an interface group, such as packet filtering by the .Xr pf 4 |