CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/03/17 18:00:59
Modified files:
sbin/dhclient : bpf.c
usr.sbin/dhcpd : bpf.c
usr.sbin/dhcrelay6: bpf.c
Log message:
explicitly use BPF_FILDROP_CAPTURE when configuring BIOCSFILDROP
BIOCSFILDROP used to just be a flag, ie, any non-zero value was
treated the same, but i'm changing it so different values do different
things. this way the programs should keep working even if i decide
to change the values for these macros.
