loopback: create blackhole net device similar to loopack.
authorMahesh Bandewar <maheshb@google.com>
Mon, 1 Jul 2019 21:38:49 +0000 (14:38 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 2 Jul 2019 02:34:46 +0000 (19:34 -0700)
commit4de83b88c66a1e4dba426b29766fb68e61d93792
treef75dc32c4268c3622da3173a812eb542490e0536
parent8909783cb5b719e05c17e62529efb97c564b2e26
loopback: create blackhole net device similar to loopack.

Create a blackhole net device that can be used for "dead"
dst entries instead of loopback device. This blackhole device differs
from loopback in few aspects: (a) It's not per-ns. (b)  MTU on this
device is ETH_MIN_MTU (c) The xmit function is essentially kfree_skb().
and (d) since it's not registered it won't have ifindex.

Lower MTU effectively make the device not pass the MTU check during
the route check when a dst associated with the skb is dead.

Signed-off-by: Mahesh Bandewar <maheshb@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/loopback.c
include/linux/netdevice.h