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
F92411981: D36156.id109222.diff
Sat, Aug 31, 2:11 AM
F92411975: D36156.id109251.diff
Sat, Aug 31, 2:11 AM
F92411963: D36156.id.diff
Sat, Aug 31, 2:11 AM
F92411293: D36156.diff
Sat, Aug 31, 2:01 AM
Unknown Object (File)
Thu, Aug 29, 11:15 AM
Unknown Object (File)
Tue, Aug 27, 11:04 AM
Unknown Object (File)
Thu, Aug 22, 8:28 PM
Unknown Object (File)
Mon, Aug 19, 4:32 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