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)
Mon, Sep 22, 8:33 AM
Unknown Object (File)
Mon, Sep 22, 8:27 AM
Unknown Object (File)
Mon, Sep 22, 8:25 AM
Unknown Object (File)
Fri, Sep 19, 9:11 AM
Unknown Object (File)
Aug 23 2025, 12:30 PM
Unknown Object (File)
Jul 28 2025, 5:18 PM
Unknown Object (File)
Jul 27 2025, 6:59 AM
Unknown Object (File)
Jul 26 2025, 10:29 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