https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269699
Bug ID: 269699
Summary: ipfw table is always created in set 0
Product: Base System
Version: 13.1-RELEASE
Hardware: Any
OS: Any
Status: New
Severity: Affects Many People
Priority: ---
Component: bin
Assignee: [email protected]
Reporter: [email protected]
root@freebsd-1:~ # ipfw table foo destroy
root@freebsd-1:~ # ipfw set 1 table foo create type addr
root@freebsd-1:~ # ipfw set 1 table all info
root@freebsd-1:~ # ipfw table all info
--- table(foo), set(0) ---
kindex: 1, type: addr
references: 0, valtype: legacy
algorithm: addr:radix
items: 0, size: 296
root@freebsd-1:~ # ipfw set 0 table all info
--- table(foo), set(0) ---
kindex: 1, type: addr
references: 0, valtype: legacy
algorithm: addr:radix
items: 0, size: 296
--
You are receiving this mail because:
You are the assignee for the bug.