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, Apr 23, 8:15 PM
Unknown Object (File)
Thu, Apr 23, 4:47 AM
Unknown Object (File)
Thu, Apr 23, 3:11 AM
Unknown Object (File)
Wed, Apr 22, 9:52 PM
Unknown Object (File)
Tue, Apr 21, 9:11 AM
Unknown Object (File)
Sun, Apr 19, 3:28 PM
Unknown Object (File)
Sat, Apr 18, 5:21 PM
Unknown Object (File)
Sat, Apr 18, 8:44 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