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)
Tue, Mar 3, 2:14 AM
Unknown Object (File)
Sat, Feb 28, 8:00 PM
Unknown Object (File)
Sat, Feb 28, 10:39 AM
Unknown Object (File)
Fri, Feb 27, 11:26 PM
Unknown Object (File)
Fri, Feb 27, 4:28 PM
Unknown Object (File)
Fri, Feb 27, 1:23 PM
Unknown Object (File)
Thu, Feb 26, 8:42 PM
Unknown Object (File)
Thu, Feb 26, 8:37 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
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable