CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2016/08/23 03:26:02
Modified files: sbin/dhclient : bpf.c clparse.c dhclient.c dhcpd.h dispatch.c kroute.c options.c packet.c privsep.c privsep.h Log message: Make the 'ifi' global local to dhclient.c and pass it as an argument to functions needing it. This is the first step to support multiple interfaces in one dhclient(8) instance. ok krw@