aboutsummaryrefslogtreecommitdiff
path: root/sbin/pfctl
diff options
context:
space:
mode:
authorSeth Hoffert <seth.hoffert@gmail.com>2026-03-03 21:56:45 +0000
committerKristof Provost <kp@FreeBSD.org>2026-03-04 16:20:34 +0000
commit36acf1bd32ed5749af4a9f735aeea1a3434fe42f (patch)
treea275789e7ff4ee5bdbae492dadafbb0c08ec7812 /sbin/pfctl
parentbc3914737bce07a912a8024ba19983d7c388736c (diff)
Diffstat (limited to 'sbin/pfctl')
-rw-r--r--sbin/pfctl/pfctl.82
-rw-r--r--sbin/pfctl/pfctl.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sbin/pfctl/pfctl.8 b/sbin/pfctl/pfctl.8
index 662f5a4b0f16..05a76641ca8d 100644
--- a/sbin/pfctl/pfctl.8
+++ b/sbin/pfctl/pfctl.8
@@ -456,7 +456,7 @@ When used together with
.Nm
will loop and show updated queue statistics every five seconds, including
measured bandwidth and packets per second.
-.It Cm ether
+.It Cm ethernet
Show the currently loaded Ethernet rules.
When used together with
.Fl v ,
diff --git a/sbin/pfctl/pfctl.c b/sbin/pfctl/pfctl.c
index ee1b2202cc1d..87343f762842 100644
--- a/sbin/pfctl/pfctl.c
+++ b/sbin/pfctl/pfctl.c
@@ -305,7 +305,7 @@ struct pfctl_opt_id {
};
static const struct pfctl_opt_id showopt_list[] = {
- { "ether", SHOWOPT_ETHER },
+ { "ethernet", SHOWOPT_ETHER },
{ "nat", SHOWOPT_NAT },
{ "queue", SHOWOPT_QUEUE },
{ "rules", SHOWOPT_RULES },