Date: Wed, 22 Jul 2015 20:19:58 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 201488] dummynet appears broken in 10.0-RELEASE and onwards (can't traffic shape on bridges) Message-ID: <bug-201488-8-BaQjRY8IHg@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-201488-8@https.bugs.freebsd.org/bugzilla/> References: <bug-201488-8@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201488 Hiren Panchasara <hiren@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hiren@FreeBSD.org Assignee|freebsd-bugs@FreeBSD.org |luigi@FreeBSD.org --- Comment #1 from Hiren Panchasara <hiren@FreeBSD.org> --- I ran into the same thing. I believe there is a problem in the order in which ipfw and dummynet modules are loaded. Try kldunload dummynet ; kldunload ipfw ; kldload ipfw ; kldload dummynet And then create rules and see if that works. (It does for me.) Look at sysctl net.inet.ip.dummynet to see if dummynet is seeing packets go through. -- 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-201488-8-BaQjRY8IHg>