Date: Thu, 12 Oct 2017 13:31:28 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 222953] ipfw fwd tablearg & ipfw -q bugs Message-ID: <bug-222953-8@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D222953 Bug ID: 222953 Summary: ipfw fwd tablearg & ipfw -q bugs Product: Base System Version: 11.1-RELEASE Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: kern Assignee: freebsd-bugs@FreeBSD.org Reporter: bugs.freebsd.org@mx.zzux.com 172.18.201.* - are all on localhost. fwd tablearg,8004 tcp from table(5) to any dst-port 80,8000,8080 > ipfw table 5 list --- table(5), set(0) --- 172.19.0.0/24 172.18.201.2 172.19.0.0/16 172.18.201.1 172.19.2.0/32 172.18.201.5 It's not working on FreeBSD 11.1, while ok on 10.3. By the way, fwd 172.18.201.5,8004 tcp from table(5) to any dst-port 80,8000,8080 is ok. on FreeBSD 11.1 ipfw -q table 22 delete 1.2.3.4 ; echo $? notfound: 1.2.3.4/32 0 ipfw: Deleting record failed: record not found 71 on FreeBSD 10.3 ipfw -q table 22 delete 1.2.3.4 ; echo $? 0 --=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-222953-8>