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