K 10 svn:author V 7 pkelsey K 8 svn:date V 27 2015-07-15T16:57:40.862954Z K 7 svn:log V 361 MFC r285190: Fix if_loop so bpfwrite() can use it regardless of the state of bd_hdrcmplt. As if_loop does not use link-level headers, its behavior when used by bpfwrite() should be the same regardless of the state of bd_hdrcmplt. Without this change, libpcap (and other BPF users that work like it) fail when writing to loopback interfaces. Approved by: re END