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
F132455654: D36156.id109251.diff
Fri, Oct 17, 2:15 AM
Unknown Object (File)
Thu, Oct 9, 10:44 PM
Unknown Object (File)
Thu, Oct 9, 9:41 PM
Unknown Object (File)
Thu, Oct 9, 2:48 PM
Unknown Object (File)
Fri, Oct 3, 10:33 AM
Unknown Object (File)
Mon, Sep 29, 11:26 AM
Unknown Object (File)
Sun, Sep 28, 2:33 AM
Unknown Object (File)
Sat, Sep 27, 10:14 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