[Bug 252744] ipfw cannot add fwd rule with tablearg,port

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat May 8 20:53:48 UTC 2021


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

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

URL:
https://cgit.FreeBSD.org/src/commit/?id=6cb13813caa09305046e0cecad8bba3ae2287b0d

commit 6cb13813caa09305046e0cecad8bba3ae2287b0d
Author:     Lutz Donnerhacke <donner at FreeBSD.org>
AuthorDate: 2021-05-07 18:59:34 +0000
Commit:     Lutz Donnerhacke <donner at FreeBSD.org>
CommitDate: 2021-05-08 20:52:17 +0000

    sbin/ipfw: Fix parsing error in table based forward

    The argument parser does not recognise the optional port for an
    "tablearg" argument.  Fix simplifies the code by make the internal
    representation expicit for the parser.

    PR:             252744
    MFC:            1 week
    Reported by:    <bugs.freebsd.org at mx.zzux.com>
    Approved by:    nc
    Tested by:      <bugs.freebsd.org at mx.zzux.com>
    Differential Revision: https://reviews.freebsd.org/D30164

 sbin/ipfw/ipfw2.c | 87 +++++++++++++++++++++++++++----------------------------
 1 file changed, 42 insertions(+), 45 deletions(-)

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


More information about the freebsd-ipfw mailing list