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)
Sun, Apr 13, 10:39 AM
Unknown Object (File)
Mar 14 2025, 11:26 PM
Unknown Object (File)
Feb 26 2025, 3:07 PM
Unknown Object (File)
Feb 26 2025, 8:33 AM
Unknown Object (File)
Feb 26 2025, 7:43 AM
Unknown Object (File)
Feb 23 2025, 11:44 PM
Unknown Object (File)
Jan 30 2025, 4:47 AM
Unknown Object (File)
Jan 29 2025, 1:14 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
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 46880
Build 43769: arc lint + arc unit