Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Oct 2024 09:37:12 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 282075] ipfw: -n switch is broken
Message-ID:  <bug-282075-227@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 282075
           Summary: ipfw: -n switch is broken
           Product: Base System
           Version: 14.1-RELEASE
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: bin
          Assignee: bugs@FreeBSD.org
          Reporter: rx5670@gmail.com

Hello.
I upgraded from 13.3 to 14.1-p5.

[root@vt ~]# uname -a
FreeBSD ven-t.todes.by 14.1-RELEASE-p5 FreeBSD 14.1-RELEASE-p5 GENERIC amd64
[root@vt ~]#
[root@vt ~]# freebsd-version -kru
14.1-RELEASE-p5
14.1-RELEASE-p5
14.1-RELEASE-p5
[root@vt ~]#


I try this:
[root@vt ~]# ipfw  table 19 destroy
[root@vt ~]# ipfw -n table 19 create
[root@vt ~]# ipfw  table 19 create
[root@vt ~]# ipfw -n  table 19 add 10.10.10.10
ipfw: DEPRECATED: inserting data into non-existent table 19. (auto-created)
ignored: 10.10.10.10/32 0

[root@vt ~]# ipfw -S list 65520-65535
65531 set 0 deny log ip from any to any
65535 set 31 deny ip from any to any
[root@vt ~]#
[root@vt ~]# ipfw -n add 65530 deny ip from any to any
65530 deny ip from any to any
[root@vt ~]#
[root@vt ~]# ipfw add 65530 deny ip from any to any
65530 deny ip from any to any
[root@vt ~]#
[root@vt ~]# ipfw -S list 65520-65535
65530 set 0 deny ip from any to any
65531 set 0 deny log ip from any to any
65535 set 31 deny ip from any to any
[root@vt ~]#
[root@vt ~]# ipfw -n delete 65530
ipfw: rule 65530 not found
[root@vt ~]#
[root@vt ~]# ipfw delete 65530
[root@vt ~]#
[root@vt ~]#
[root@vt ~]# ipfw -S list 65520-65535
65531 set 0 deny log ip from any to any
65535 set 31 deny ip from any to any
[root@vt ~]#

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