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
F157466552: D36156.id109251.diff
Thu, May 21, 6:53 PM
Unknown Object (File)
Wed, May 20, 5:32 PM
Unknown Object (File)
Wed, May 20, 8:56 AM
Unknown Object (File)
Wed, May 20, 3:35 AM
Unknown Object (File)
Mon, May 18, 8:51 PM
Unknown Object (File)
Mon, May 18, 5:21 PM
Unknown Object (File)
Sun, May 17, 7:29 PM
Unknown Object (File)
Sun, May 17, 7:23 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