mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 12:28:58 +00:00
Oops
left a "break;" out of the last patch it complains for every loopback packet..
This commit is contained in:
parent
4cc28395cc
commit
05b3ccef36
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=36994
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user