[Bug 224555] [ipfw] Command 'ipfw set move rule X to Y' not functioning

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Dec 23 20:39:36 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224555

            Bug ID: 224555
           Summary: [ipfw] Command 'ipfw set move rule X to Y' not
                    functioning
           Product: Base System
           Version: 11.1-RELEASE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: kern
          Assignee: freebsd-bugs at FreeBSD.org
          Reporter: pru13allan at telia.com

Firewall command 'ipfw set move rule X to Y' not functioning

No error from command but the set is not moved to set Y.

Steps to reproduce:

[root]# ipfw add 1500 set 1  allow tcp from me to any

[root]# ipfw -S list 1500
01500 set 1 allow tcp from me to any

[root]# ipfw set move rule 1500 to 2

[root]# ipfw -S list 1500
01500 set 1 allow tcp from me to any

The rule should now be in set 2 but it is still in set 1.

Tested on version:
FreeBSD fbsd3 11.1-RELEASE-p4 FreeBSD 11.1-RELEASE-p4 #0: Tue Nov 14 06:05:10
UTC 2017  root at amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  i386

FreeBSD HP2 12.0-CURRENT FreeBSD 12.0-CURRENT #0 r326930: Tue Dec 19 10:36:45
CET 2017  root at HP2:/usr/obj/usr/src/i386.i386/sys/GENERIC-NODEBUG  i386

It is functioning in 10.3-RELEASE.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list