[Bug 220824] ipfw lookup tables are not supported in -n mode

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Jul 18 11:17:55 UTC 2017


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

            Bug ID: 220824
           Summary: ipfw lookup tables are not supported in -n mode
           Product: Base System
           Version: 11.0-STABLE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: kern
          Assignee: freebsd-bugs at FreeBSD.org
          Reporter: jim+freebsd at pirzyk.org

Given these ipfw rules:

add pass all from me to me
add check-state
table 1 create type addr
table 1 add 1.0.137.121
add deny log all from table(1) to any

when testing the syntax of the rules, one gets this:

# ipfw -n /tmp/ipfw.rules 
00000 allow ip from me to me
00000 check-state
Line 4: DEPRECATED: inserting data into non-existent table 1. (auto-created)
ignored: 1.0.137.121/32 0
00000 deny log ip from table(1) to any

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


More information about the freebsd-bugs mailing list