Skip to content
Snippets Groups Projects
Commit 90cd1c2d authored by Guy Zana's avatar Guy Zana
Browse files

net: bug fix in code flow, caused due to port

parent ca570d61
No related branches found
No related tags found
No related merge requests found
......@@ -315,6 +315,8 @@ ether_output(struct ifnet *ifp, struct mbuf *m,
}
}
goto good;
#if 0
/*
* Bridges require special output handling.
......@@ -347,6 +349,7 @@ bad: if (m != NULL)
m_freem(m);
return (error);
#endif
good:
/* Continue with link-layer output */
return ether_output_frame(ifp, m);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment