Page MenuHomeFreeBSD

Remove redundant rtinit() calls from tuntap.
ClosedPublic

Authored by melifaro on Jan 11 2021, 11:35 PM.
Tags
None
Referenced Files
F136857065: D28106.diff
Thu, Nov 20, 3:50 AM
Unknown Object (File)
Sat, Nov 1, 3:05 PM
Unknown Object (File)
Oct 15 2025, 2:11 AM
Unknown Object (File)
Oct 15 2025, 2:11 AM
Unknown Object (File)
Oct 15 2025, 2:11 AM
Unknown Object (File)
Oct 14 2025, 5:16 PM
Unknown Object (File)
Sep 22 2025, 8:33 AM
Unknown Object (File)
Sep 22 2025, 8:27 AM
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