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

Lutz Donnerhacke <don...@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Open                        |In Progress
           Assignee|i...@freebsd.org            |don...@freebsd.org
                 CC|                            |don...@freebsd.org,
                   |                            |i...@freebsd.org

--- Comment #3 from Lutz Donnerhacke <don...@freebsd.org> ---
That's a parsing problem.

# ipfw add 7110 fwd 0.0.0.0,8000 tcp from 'table(5)' to any dst-port
80,8000,8080
07110 fwd tablearg,8000 tcp from table(5) to any 80,8000,8080

# ipfw add 7110 fwd tablearg tcp from 'table(5)' to any dst-port 80,8000,8080
07110 fwd tablearg tcp from table(5) to any 80,8000,8080

Probably this case was never tested well, because the port is only used when
the forward address is a locally bounded one. (According to the man page.)

Thank you for notifying this.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
_______________________________________________
freebsd-ipfw@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ipfw
To unsubscribe, send any mail to "freebsd-ipfw-unsubscr...@freebsd.org"

Reply via email to