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)
Sat, May 4, 5:59 PM
Unknown Object (File)
Fri, May 3, 9:53 PM
Unknown Object (File)
Thu, May 2, 10:24 AM
Unknown Object (File)
Mar 7 2024, 10:09 AM
Unknown Object (File)
Dec 22 2023, 11:56 PM
Unknown Object (File)
Dec 20 2023, 5:04 PM
Unknown Object (File)
Nov 9 2023, 9:05 PM
Unknown Object (File)
Nov 8 2023, 2:46 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