CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/11/12 06:14:41
Modified files:
sbin/pfctl : pf_print_state.c pfctl.h
usr.sbin/tcpdump: pf_print_state.c
Log message:
The ioctl to show states returns a pfsync_state which is in network byte
order and therefore a ntohs is needed to show the rdomain correctly.
OK henning@ dlg@
