Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Jul 2017 11:17:55 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 220824] ipfw lookup tables are not supported in -n mode
Message-ID:  <bug-220824-8@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D220824

            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@FreeBSD.org
          Reporter: jim+freebsd@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=20
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

--=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-220824-8>