aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2024-05-12 08:53:40 +0000
committerGordon Bergling <gbe@FreeBSD.org>2024-05-16 05:59:48 +0000
commit4b62662bcd672b97676da5812c1b6436805fcb69 (patch)
tree88cdaf43e4899108cb80bb409198f647a9ba1ca1 /sys
parentf3e5aa50fc46f3a96411f9424653d210c9792866 (diff)
Diffstat (limited to 'sys')
-rw-r--r--sys/netinet/ip_fw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/ip_fw.h b/sys/netinet/ip_fw.h
index 8b6055e64a6d..151251032e3b 100644
--- a/sys/netinet/ip_fw.h
+++ b/sys/netinet/ip_fw.h
@@ -954,7 +954,7 @@ typedef struct _ipfw_range_tlv {
#define IPFW_RCFLAG_USER (IPFW_RCFLAG_RANGE | IPFW_RCFLAG_ALL | \
IPFW_RCFLAG_SET | IPFW_RCFLAG_DYNAMIC)
/* Internally used flags */
-#define IPFW_RCFLAG_DEFAULT 0x0100 /* Do not skip defaul rule */
+#define IPFW_RCFLAG_DEFAULT 0x0100 /* Do not skip default rule */
typedef struct _ipfw_ta_tinfo {
uint32_t flags; /* Format flags */