left a "break;" out of the last patch
it complains for every loopback packet..
This commit is contained in:
Julian Elischer 1998-06-14 23:53:43 +00:00
parent 4cc28395cc
commit 05b3ccef36
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=36994

View File

@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)if_loop.c 8.1 (Berkeley) 6/10/93
* $Id: if_loop.c,v 1.34 1998/06/12 20:03:26 julian Exp $
* $Id: if_loop.c,v 1.35 1998/06/14 20:58:15 julian Exp $
*/
/*
@ -151,6 +151,7 @@ looutput(ifp, m, dst, rt)
case AF_NS:
case AF_ISO:
case AF_APPLETALK:
break;
default:
printf("looutput: af=%d unexpected", dst->sa_family);
m_freem(m);