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)
Feb 20 2024, 2:47 PM
Unknown Object (File)
Feb 20 2024, 2:47 PM
Unknown Object (File)
Feb 20 2024, 2:47 PM
Unknown Object (File)
Feb 20 2024, 10:09 AM
Unknown Object (File)
Dec 12 2023, 7:46 AM
Unknown Object (File)
Dec 3 2023, 8:45 AM
Unknown Object (File)
Dec 3 2023, 8:40 AM
Unknown Object (File)
Dec 3 2023, 8:34 AM
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