diff options
author | kn <kn@cvs.openbsd.org> | 2018-12-21 11:16:05 +0000 |
---|---|---|
committer | kn <kn@cvs.openbsd.org> | 2018-12-21 11:16:05 +0000 |
commit | 5c2c164d0c7d43b3b2994911696f4fe4d48287e3 (patch) | |
tree | 6f527a8909bac78073939f2fe6414847403b7c28 /sbin/pfctl/pfctl.8 | |
parent | 889f48af5f9aeb6e1669018879d4ec16eecb20fe (diff) |
DIOCIGETIFACES provides interfaces and groups, not drivers
"driver" is a left-over from earlier implementations.
Nowadays each driver such as lo(4) has it's respective interface group of
the same name ("lo"), but additional driver-independent groups exist, too:
# ifconfig lo0 group foo
# pfctl -s I -i foo
foo
lo0
OK henning
Diffstat (limited to 'sbin/pfctl/pfctl.8')
-rw-r--r-- | sbin/pfctl/pfctl.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/pfctl/pfctl.8 b/sbin/pfctl/pfctl.8 index 98b4edf8aa8..672d610f8c0 100644 --- a/sbin/pfctl/pfctl.8 +++ b/sbin/pfctl/pfctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pfctl.8,v 1.172 2018/09/18 12:55:19 kn Exp $ +.\" $OpenBSD: pfctl.8,v 1.173 2018/12/21 11:16:04 kn Exp $ .\" .\" Copyright (c) 2001 Kjell Wooding. All rights reserved. .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: September 18 2018 $ +.Dd $Mdocdate: December 21 2018 $ .Dt PFCTL 8 .Os .Sh NAME @@ -392,7 +392,7 @@ Show the list of tables. .It Fl s Cm osfp Show the list of operating system fingerprints. .It Fl s Cm Interfaces -Show the list of interfaces and interface drivers available to PF. +Show the list of interfaces and interface groups available to PF. When used together with .Fl v , it additionally lists which interfaces have skip rules activated. |