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, Jul 20, 2:50 AM
Unknown Object (File)
Thu, Jul 16, 1:47 AM
Unknown Object (File)
Wed, Jul 15, 2:52 AM
Unknown Object (File)
Tue, Jul 14, 4:36 PM
Unknown Object (File)
Mon, Jul 13, 8:33 AM
Unknown Object (File)
Wed, Jul 8, 7:44 PM
Unknown Object (File)
Mon, Jul 6, 3:49 PM
Unknown Object (File)
Sat, Jul 4, 8:24 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