diff options
| author | Cy Schubert <cy@FreeBSD.org> | 2025-10-22 23:19:54 +0000 |
|---|---|---|
| committer | Cy Schubert <cy@FreeBSD.org> | 2025-11-05 15:32:17 +0000 |
| commit | df381bec2d2b73697a3d163177df042dd272022d (patch) | |
| tree | ddc66e5d1d05a4fd9b51f215024b63eb393feb50 /sbin | |
| parent | f3b94f47f55c502e8983f9bd294e963e75b2963a (diff) | |
Diffstat (limited to 'sbin')
| -rw-r--r-- | sbin/ipf/libipf/interror.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sbin/ipf/libipf/interror.c b/sbin/ipf/libipf/interror.c index cbfb210c85d3..a8dc3be2d5d1 100644 --- a/sbin/ipf/libipf/interror.c +++ b/sbin/ipf/libipf/interror.c @@ -228,6 +228,8 @@ static ipf_error_entry_t ipf_errors[] = { { 30024, "object size incorrect for hash table" }, { 30025, "hash table size must be at least 1"}, { 30026, "cannot allocate memory for hash table context" }, + { 30027, "hash table larger than maximum allowed" }, + { 30028, "hash table multiplication overflow" }, /* -------------------------------------------------------------------------- */ { 40001, "invalid minor device number for log read" }, { 40002, "read size too small" }, |
