CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/12/17 11:08:48
Modified files:
usr.sbin/bind/lib/isc/unix: net.c
Log message:
disable all the dscp probing code. it sees all the dscp option
defines, but is trying to determine if the kernel has it enabled/disabled,
mostly by performing tests against localhost. instead, just declare dscp
works.
since dscp probing happens late, it runs into problems with pledge. we
prefer pledge over this lovecraftian horror.
