Date: Sat, 23 Dec 2017 20:39:36 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 224555] [ipfw] Command 'ipfw set move rule X to Y' not functioning Message-ID: <bug-224555-8@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D224555 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@FreeBSD.org Reporter: pru13allan@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@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@HP2:/usr/obj/usr/src/i386.i386/sys/GENERIC-NODEBUG i386 It is functioning in 10.3-RELEASE. --=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-224555-8>