On 12/31/14 15:43, Andrea Venturoli wrote: > Hello. > > This might be a strange idea, but does such a thing exist? > > I mean: is there any tool that can show in real-time which dynamic rules > are active, their timers, etc... like top does for processes? >
I'm using the port sysutils/cmdwatch with ipfw, like this: cmdwatch "ipfw -d show | sed -n -e '/## Dynamic rules/,\$p'" It's a little crude but works quite fine. Needs to run as root, obviously. -- Guido Falsi <m...@madpilot.net> _______________________________________________ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"