Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 08 May 2021 20:53:48 +0000
From:      bugzilla-noreply@freebsd.org
To:        ipfw@FreeBSD.org
Subject:   [Bug 252744] ipfw cannot add fwd rule with tablearg,port
Message-ID:  <bug-252744-8303-1cCgGGj4GF@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-252744-8303@https.bugs.freebsd.org/bugzilla/>
References:  <bug-252744-8303@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=3D252744

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

URL:
https://cgit.FreeBSD.org/src/commit/?id=3D6cb13813caa09305046e0cecad8bba3ae=
2287b0d

commit 6cb13813caa09305046e0cecad8bba3ae2287b0d
Author:     Lutz Donnerhacke <donner@FreeBSD.org>
AuthorDate: 2021-05-07 18:59:34 +0000
Commit:     Lutz Donnerhacke <donner@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@mx.zzux.com>
    Approved by:    nc
    Tested by:      <bugs.freebsd.org@mx.zzux.com>
    Differential Revision: https://reviews.freebsd.org/D30164

 sbin/ipfw/ipfw2.c | 87 +++++++++++++++++++++++++++------------------------=
----
 1 file changed, 42 insertions(+), 45 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-252744-8303-1cCgGGj4GF>