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)
Wed, May 20, 7:29 PM
Unknown Object (File)
May 3 2026, 4:59 AM
Unknown Object (File)
May 3 2026, 3:13 AM
Unknown Object (File)
May 2 2026, 9:46 PM
Unknown Object (File)
Apr 28 2026, 9:30 PM
Unknown Object (File)
Apr 28 2026, 9:26 PM
Unknown Object (File)
Apr 27 2026, 12:19 PM
Unknown Object (File)
Apr 21 2026, 11:35 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