Date: Sat, 16 Jan 2021 16:26:31 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 252744] ipfw cannot add fwd rule with tablearg,port Message-ID: <bug-252744-227@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D252744 Bug ID: 252744 Summary: ipfw cannot add fwd rule with tablearg,port Product: Base System Version: 12.2-RELEASE Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: bin Assignee: bugs@FreeBSD.org Reporter: bugs.freebsd.org@mx.zzux.com For example, on 12.2 > ipfw add 7110 fwd tablearg,8000 tcp from 'table(5)' to any dst-port 80,80= 00,8080 ; echo $? ipfw: 65 > ipfw show 7110 ipfw: rule 7110 does not exist > ipfw add 7110 fwd 172.19.1.6,8000 tcp from 'table(5)' to any dst-port 80,= 8000,8080 ; echo $? 07110 fwd 172.19.1.6,8000 tcp from table(5) to any 80,8000,8080 0 > ipfw show 7110 07110 0 0 fwd 172.19.1.6,8000 tcp from table(5) to any 80,8000,8080 on 11.4 > ipfw add 7110 fwd tablearg,8000 tcp from 'table(5)' to any dst-port 80,80= 00,8080 ; echo $? 07110 fwd tablearg,8000 tcp from table(5) to any 80,8000,8080 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-252744-227>