[Bug 226429] ipfw table add & hostname parsing

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Apr 2 12:15:01 UTC 2020


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

bugs.freebsd.org at 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 at 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.

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


More information about the freebsd-ipfw mailing list