CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/12/08 12:18:15
Modified files:
usr.sbin/dhcrelay: bpf.c dhcpd.h dhcrelay.c dispatch.c packet.c
Log message:
Clean up function prototypes: use a single struct to hold all address
information instead of passing multiple different parameters. This also
prepares the dhcrelay code to receive new features, like: IPv6, layer 2
relaying.
ok jca@
