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)
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
Unknown Object (File)
Oct 8 2023, 8:00 PM
Unknown Object (File)
Oct 7 2023, 1:43 AM
Unknown Object (File)
Sep 14 2023, 6:23 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