[Bug 222953] ipfw fwd tablearg & ipfw -q bugs

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Oct 12 13:31:28 UTC 2017


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

            Bug ID: 222953
           Summary: ipfw fwd tablearg & ipfw -q bugs
           Product: Base System
           Version: 11.1-RELEASE
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: kern
          Assignee: freebsd-bugs at FreeBSD.org
          Reporter: bugs.freebsd.org at mx.zzux.com

172.18.201.* - are all on localhost.

fwd tablearg,8004 tcp from table(5) to any dst-port 80,8000,8080
> ipfw table 5 list
--- table(5), set(0) ---
172.19.0.0/24 172.18.201.2
172.19.0.0/16 172.18.201.1
172.19.2.0/32 172.18.201.5

It's not working on FreeBSD 11.1, while ok on 10.3.
By the way,
fwd 172.18.201.5,8004 tcp from table(5) to any dst-port 80,8000,8080
is ok.





on FreeBSD 11.1

ipfw -q table 22 delete 1.2.3.4 ; echo $?
notfound: 1.2.3.4/32 0
ipfw: Deleting record failed: record not found
71


on FreeBSD 10.3
ipfw -q table 22 delete 1.2.3.4 ; echo $?
0

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


More information about the freebsd-bugs mailing list