CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/09/02 08:45:51
Modified files:
usr.sbin/relayd: ca.c check_icmp.c check_script.c config.c hce.c
parse.y pfe.c pfe_filter.c pfe_route.c relay.c
relayd.c relayd.h snmp.c
Log message:
Split "struct relayd" into two structs: "struct relayd" and "struct
relayd_config". This way we can send all the relevant global
configuration to the children, not just the flags and the opts.
With input from and
OK claudio@ benno@
