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, 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
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
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
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 36125
Build 33014: arc lint + arc unit