K 10 svn:author V 5 maxim K 8 svn:date V 27 2010-10-20T12:38:05.006591Z K 7 svn:log V 238 MFC r211992: some programs could send broadcast/multicast traffic to ipfw pseudo-interface. This leads to a panic due to uninitialized if_broadcastaddr address. Initialize it and implement ip_output() method to prevent mbuf leak later. END