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, May 26, 5:25 AM
Unknown Object (File)
Tue, May 26, 5:19 AM
Unknown Object (File)
Mon, May 25, 12:27 PM
Unknown Object (File)
Mon, May 25, 12:20 PM
Unknown Object (File)
Fri, May 22, 8:42 PM
Unknown Object (File)
Fri, May 22, 6:06 PM
Unknown Object (File)
Thu, May 21, 6:53 PM
Unknown Object (File)
Wed, May 20, 5:32 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
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable