CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2015/08/13 01:19:58
Modified files: sys/net : if.c Log message: If no handler consumed a mbuf, free it. This also apply if an interface does not have any registered handler. Plug a mbuf leak found by sthen@ with gif(4) in a bridge. ok sthen@, claudio@