CVSROOT: /cvs Module name: src Changes by: [email protected] 2012/10/03 02:33:31
Modified files:
usr.sbin/relayd: config.c parse.y pfe.c relay.c relay_udp.c
relayd.c relayd.conf.5 relayd.h
Log message:
Support more than one relay backup table. Instead of duplicating the
code for main and backup table all over the place, turn the relay
tables into a list attached to the relay. This improves the code and
allows some other tricks with multiple tables later.
