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
Unknown Object (File)
Thu, Jan 9, 4:56 PM
Unknown Object (File)
Dec 12 2024, 12:32 PM
Unknown Object (File)
Dec 11 2024, 8:53 PM
Unknown Object (File)
Nov 21 2024, 3:34 PM
Unknown Object (File)
Nov 20 2024, 11:23 PM
Unknown Object (File)
Nov 20 2024, 11:23 PM
Unknown Object (File)
Nov 20 2024, 11:23 PM
Unknown Object (File)
Nov 20 2024, 11:02 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