K 10 svn:author V 2 kp K 8 svn:date V 27 2020-11-26T10:17:56.034429Z K 7 svn:log V 248 Add missing NET_EPOCH_EXIT() to if_bridge In r367706 one return in bridge_input() did not NET_EPOCH_EXIT(), which caused seemingly random panics on the next use of NET_EPOCH. Direct commit to stable/12, because this code is different in CURRENT. END