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, May 22, 4:25 AM
Unknown Object (File)
May 5 2024, 12:49 AM
Unknown Object (File)
May 4 2024, 9:52 AM
Unknown Object (File)
May 2 2024, 4:25 AM
Unknown Object (File)
May 2 2024, 4:25 AM
Unknown Object (File)
May 2 2024, 4:25 AM
Unknown Object (File)
Apr 26 2024, 6:16 PM
Unknown Object (File)
Apr 25 2024, 7:01 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
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 46880
Build 43769: arc lint + arc unit