Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Feb 2023 23:57:13 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 269699] ipfw table is always created in set 0
Message-ID:  <bug-269699-227@https.bugs.freebsd.org/bugzilla/>

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

            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

--=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-269699-227>