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, Aug 10, 7:33 PM
Unknown Object (File)
Sun, Aug 9, 5:02 PM
Unknown Object (File)
Sun, Aug 9, 5:02 PM
Unknown Object (File)
Thu, Jul 30, 3:26 PM
Unknown Object (File)
Sun, Jul 26, 11:35 PM
Unknown Object (File)
Wed, Jul 22, 3:59 PM
Unknown Object (File)
Wed, Jul 22, 3:33 AM
Unknown Object (File)
Mon, Jul 20, 2:50 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