[Bug 201488] dummynet appears broken in 10.0-RELEASE and onwards (can't traffic shape on bridges)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Jul 22 20:19:59 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201488

Hiren Panchasara <hiren at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hiren at FreeBSD.org
           Assignee|freebsd-bugs at FreeBSD.org    |luigi at FreeBSD.org

--- Comment #1 from Hiren Panchasara <hiren at 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.


More information about the freebsd-bugs mailing list