aboutsummaryrefslogtreecommitdiff
path: root/sbin/ipf
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2022-03-17 18:05:05 +0000
committerCy Schubert <cy@FreeBSD.org>2022-07-07 14:53:45 +0000
commitc47db49ba4aa7e74afe22591a62fbda95317932d (patch)
tree5efaed046d9fb589401d45de1aeb484603dbd453 /sbin/ipf
parent70b56f4b92877578741e5aba2a72d6088cb13ecb (diff)
Diffstat (limited to 'sbin/ipf')
-rw-r--r--sbin/ipf/libipf/interror.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sbin/ipf/libipf/interror.c b/sbin/ipf/libipf/interror.c
index ca97254cb382..994fb9d2b320 100644
--- a/sbin/ipf/libipf/interror.c
+++ b/sbin/ipf/libipf/interror.c
@@ -17,7 +17,7 @@ typedef struct {
static ipf_error_entry_t *find_error(int);
-#define IPF_NUM_ERRORS 475
+#define IPF_NUM_ERRORS 477
/*
* NO REUSE OF NUMBERS!
@@ -355,6 +355,7 @@ log" },
{ 60073, "unknown lookup group for next address (ipv6)" },
{ 60074, "unknown next address type (ipv6)" },
{ 60075, "one object at a time must be copied" },
+ { 60076, "NAT ioctl denied in jail without VNET" },
/* -------------------------------------------------------------------------- */
{ 70001, "incorrect object size to get pool stats" },
{ 70002, "could not malloc memory for new pool node" },
@@ -516,6 +517,7 @@ log" },
{ 130015, "ipf_init_all failed" },
{ 130016, "finding pfil head failed" },
{ 130017, "ipfilter is already initialised and running" },
+ { 130018, "ioctl denied in jail without VNET" },
};