Page MenuHomeFreeBSD

netinet: do not broadcast PRC_REDIRECT_HOST on ICMP redirect
ClosedPublic

Authored by glebius on Aug 12 2022, 8:13 AM.
Tags
None
Referenced Files
F165954628: D36156.id109222.diff
Mon, Aug 10, 5:16 PM
Unknown Object (File)
Sun, Aug 9, 8:55 AM
Unknown Object (File)
Sat, Aug 8, 5:33 PM
Unknown Object (File)
Sat, Aug 8, 12:27 PM
Unknown Object (File)
Sat, Aug 8, 9:36 AM
Unknown Object (File)
Fri, Aug 7, 1:45 PM
Unknown Object (File)
Thu, Aug 6, 2:03 PM
Unknown Object (File)
Thu, Jul 30, 10:05 PM
Subscribers

Details

Summary

This is expensive and useless call. It has been useless since Alexander
melifaro@ moved the forwarding table to nexthops with passive invalidation.
What happens now is that cached route in a inpcb would get invalidated
on next ip_output().

These were the last users of pfctlinput(), so garbage collect it.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable