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)
Wed, Jul 3, 8:17 AM
Unknown Object (File)
Jun 26 2024, 10:34 AM
Unknown Object (File)
Jun 24 2024, 12:23 AM
Unknown Object (File)
Jun 20 2024, 9:12 AM
Unknown Object (File)
Jun 20 2024, 2:23 AM
Unknown Object (File)
Jun 17 2024, 2:55 PM
Unknown Object (File)
Jun 15 2024, 9:23 PM
Unknown Object (File)
Jun 15 2024, 7:12 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