[Bug 269699] ipfw table is always created in set 0
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 269699] ipfw table is always created in set 0 even if explicitely requested in a different set"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 269699] ipfw table is always created in set 0 even if explicitly requested in a different set"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 269699] ipfw table is always created in set 0 even if explicitly requested in a different set"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 269699] ipfw table is always created in set 0 even if explicitly requested in a different set"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 19 Feb 2023 23:57:13 UTC
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: bugs@FreeBSD.org Reporter: adrian@faultware.com 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.