[Bug 233072] ipfw table 1 create type number: Table creation failed: Operation not supported

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Mar 4 09:20:58 UTC 2021


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233072

--- Comment #6 from commit-hook at FreeBSD.org ---
A commit in branch stable/13 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=8d0f1438b0d73dfa880cfafc5d09beb4e7100a3f

commit 8d0f1438b0d73dfa880cfafc5d09beb4e7100a3f
Author:     Andrey V. Elsukov <ae at FreeBSD.org>
AuthorDate: 2021-02-25 13:57:47 +0000
Commit:     Andrey V. Elsukov <ae at FreeBSD.org>
CommitDate: 2021-03-04 09:19:31 +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
    Sponsored by:   Yandex LLC

    (cherry picked from commit 13ad237a19b7368124483d9d1dc3258c27880fef)

 sbin/ipfw/tables.c | 20 ++++++++++++++++++--
 1 file changed, 18 insertions(+), 2 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-net mailing list