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)
Sun, Aug 23, 10:16 PM
Unknown Object (File)
Sat, Aug 22, 2:03 PM
Unknown Object (File)
Fri, Aug 21, 1:57 PM
Unknown Object (File)
Thu, Aug 20, 10:09 PM
Unknown Object (File)
Thu, Aug 20, 6:14 AM
Unknown Object (File)
Wed, Aug 19, 11:24 AM
Unknown Object (File)
Mon, Aug 10, 5:16 PM
Unknown Object (File)
Sun, Aug 9, 8:55 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