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: [email protected]
Reporter: [email protected]
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.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"