Date: Thu, 25 Feb 2021 14:06:45 +0000 From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 233072] ipfw table 1 create type number: Table creation failed: Operation not supported Message-ID: <bug-233072-7501-KD3O8cs5fd@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-233072-7501@https.bugs.freebsd.org/bugzilla/> References: <bug-233072-7501@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D233072 --- Comment #5 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3D13ad237a19b7368124483d9d1dc3258c2= 7880fef commit 13ad237a19b7368124483d9d1dc3258c27880fef Author: Andrey V. Elsukov <ae@FreeBSD.org> AuthorDate: 2021-02-25 13:57:47 +0000 Commit: Andrey V. Elsukov <ae@FreeBSD.org> CommitDate: 2021-02-25 13:57:47 +0000 ipfw: make algo name argument optional for some table types Most of table types currently supported by ipfw have only one algorithm implementation. When user creates such tables, allow to omit algo name in arguments. E.g. now it is possible: ipfw table T1 create type number ipfw table T2 create type iface ipfw table T3 create type flow PR: 233072 MFC after: 1 week Sponsored by: Yandex LLC sbin/ipfw/tables.c | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-233072-7501-KD3O8cs5fd>