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)
Fri, May 2, 11:12 AM
Unknown Object (File)
Fri, Apr 25, 1:56 PM
Unknown Object (File)
Tue, Apr 22, 11:39 PM
Unknown Object (File)
Tue, Apr 22, 10:24 PM
Unknown Object (File)
Tue, Apr 22, 10:13 PM
Unknown Object (File)
Tue, Apr 22, 9:35 PM
Unknown Object (File)
Sat, Apr 5, 10:54 PM
Unknown Object (File)
Mar 4 2025, 7:26 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