Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 02 Apr 2020 12:14:50 +0000
From:      bugzilla-noreply@freebsd.org
To:        ipfw@FreeBSD.org
Subject:   [Bug 226429] ipfw table add & hostname parsing
Message-ID:  <bug-226429-8303-QWR3EG1O2p@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-226429-8303@https.bugs.freebsd.org/bugzilla/>
References:  <bug-226429-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=3D226429

bugs.freebsd.org@mx.zzux.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|kern                        |bin
             Status|Closed                      |Open
         Resolution|FIXED                       |---
            Version|11.1-RELEASE                |11.3-RELEASE

--- Comment #6 from bugs.freebsd.org@mx.zzux.com ---
On 11.3 the same bug again.

Example from ipfw man page will not work as expected.

 Using the fwd action, the table entries may include hostnames and IP
     addresses.

           ipfw table T2 create type addr ftype ip
           ipfw table T2 add 192.168.2.0/24 10.23.2.1
>>>>>>>>>> ipfw table T21 add 192.168.0.0/27 router1.dmz
           ...
           ipfw add 100 fwd tablearg ip from any to table(1)


The patch above works on 11.3 also.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-226429-8303-QWR3EG1O2p>