Page MenuHomeFreeBSD

Remove redundant rtinit() calls from tuntap.
ClosedPublic

Authored by melifaro on Jan 11 2021, 11:35 PM.
Tags
None
Referenced Files
Unknown Object (File)
Oct 9 2024, 12:48 AM
Unknown Object (File)
Oct 5 2024, 12:55 PM
Unknown Object (File)
Oct 3 2024, 5:28 PM
Unknown Object (File)
Oct 2 2024, 11:03 AM
Unknown Object (File)
Oct 2 2024, 8:59 AM
Unknown Object (File)
Oct 1 2024, 1:05 AM
Unknown Object (File)
Sep 26 2024, 12:05 PM
Unknown Object (File)
Sep 7 2024, 11:46 PM
Subscribers

Details

Summary

Removed code iterates over if_addrhead and tries to remove
routes for each ifa.
This is exactly the thing that if_purgeaddrs() do, and
if_purgeaddr() is already called in the end.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable