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: [email protected]
Reporter: [email protected]
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 [email protected]:/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@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.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"