Fix a typo in comment.
MFC after: 3 days X-MFC with: r321316 Sponsored by: Rubicon Communications, LLC (Netgate)
This commit is contained in:
parent
1da0bddb6d
commit
a0376d4d29
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user