svn commit: r337860 - head/sys/netpfil/ipfw

Luiz Otavio O Souza loos at FreeBSD.org
Wed Aug 15 16:36:30 UTC 2018


Author: loos
Date: Wed Aug 15 16:36:29 2018
New Revision: 337860
URL: https://svnweb.freebsd.org/changeset/base/337860

Log:
  Fix a typo in comment.
  
  MFC after:	3 days
  X-MFC with:	r321316
  Sponsored by:	Rubicon Communications, LLC (Netgate)

Modified:
  head/sys/netpfil/ipfw/ip_dn_io.c

Modified: head/sys/netpfil/ipfw/ip_dn_io.c
==============================================================================
--- head/sys/netpfil/ipfw/ip_dn_io.c	Wed Aug 15 16:34:31 2018	(r337859)
+++ head/sys/netpfil/ipfw/ip_dn_io.c	Wed Aug 15 16:36:29 2018	(r337860)
@@ -809,7 +809,7 @@ dummynet_send(struct mbuf *m)
 			ether_demux(m->m_pkthdr.rcvif, m);
 			break;
 
-		case DIR_OUT | PROTO_LAYER2: /* N_TO_ETH_OUT: */
+		case DIR_OUT | PROTO_LAYER2: /* DN_TO_ETH_OUT: */
 			ether_output_frame(ifp, m);
 			break;
 


More information about the svn-src-head mailing list