K 10 svn:author V 2 ae K 8 svn:date V 27 2019-05-13T20:17:55.557730Z K 7 svn:log V 261 Avoid possible recursion on BPF_LOCK() in bpfwrite(). Release BPF_LOCK() before invoking if_output() and if_input(). Also enter epoch section before releasing lock, this should prevent access to ifnet that may be freed on interface detach. Reported by: markj END