https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201488
Hiren Panchasara <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Assignee|[email protected] |[email protected] --- Comment #1 from Hiren Panchasara <[email protected]> --- 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. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
