CVSROOT: /cvs Module name: src Changes by: henn...@cvs.openbsd.org 2012/07/07 10:24:32
Modified files: libexec/tftp-proxy: filter.c sbin/pfctl : parse.y pfctl_parser.c sys/net : pf.c pf_ioctl.c pfvar.h usr.sbin/ftp-proxy: filter.c usr.sbin/relayd: pfe_filter.c Log message: rename prio in struct pf_rule and related structs to set_prio so it is utterly clear this is not a filter criteria but a packet modification thing. also preparation for upcoming changes, including one to unscrew this mess (I should not have to touch half the tree for this - ifixitlater) not user visible, ok gcc