Skip to content
Snippets Groups Projects
Commit cc6533e9 authored by David S. Miller's avatar David S. Miller
Browse files

net: Kill plain NET_XMIT_BYPASS.


dst_input() was doing something completely absurd, looping
on skb->dst->input() if NET_XMIT_BYPASS was seen, but these
functions never return such an error.

And as a result plain ole' NET_XMIT_BYPASS has no more
references and can be completely killed off.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent c27f339a
No related branches found
No related tags found
No related merge requests found
Loading
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