mbox series

[net-next,0/2] net: better support of blackholes

Message ID 20250212164323.2183023-1-edumazet@google.com (mailing list archive)
Headers show
Series net: better support of blackholes | expand

Message

Eric Dumazet Feb. 12, 2025, 4:43 p.m. UTC
First patch is adding a new drop_reason, for packets
that are dropped by route blackhole.

Second patch changes ipv6 to no longer report
local errors for blackhole users.

Eric Dumazet (2):
  net: dropreason: add SKB_DROP_REASON_BLACKHOLE
  ipv6: fix blackhole routes

 include/net/dropreason-core.h | 5 +++++
 net/core/dst.c                | 2 +-
 net/ipv6/route.c              | 2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)