K 10 svn:author V 2 ae K 8 svn:date V 27 2015-01-10T08:28:50.734860Z K 7 svn:log V 338 Restore Ethernet-within-IP Encapsulation support that was broken after r273087. Move all checks from gif_output() into gif_transmit(). Previously they were checked always, because if_start always called gif_output. Now gif_transmit() can be called directly from if_bridge() code and we need do checks here. PR: 196646 MFC after: 1 week END