Page MenuHomeFreeBSD

routing: simplify decompose_change_notification().
ClosedPublic

Authored by melifaro on Jun 25 2022, 8:01 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, May 16, 7:39 PM
Unknown Object (File)
Mar 24 2025, 9:14 PM
Unknown Object (File)
Feb 28 2025, 1:16 PM
Unknown Object (File)
Feb 28 2025, 8:10 AM
Unknown Object (File)
Jan 24 2025, 4:40 PM
Unknown Object (File)
Jan 18 2025, 1:13 AM
Unknown Object (File)
Dec 11 2024, 5:35 PM
Unknown Object (File)
Oct 16 2024, 4:26 PM
Subscribers

Details

Summary

The function's goal is to compare old/new nhop/nhgrp for the route
and decompose it into the series of RTM_ADD/RTM_DELETE single-nhop
events, calling specified callback for each event.
Simplify by properly leveraging the fact that both old/new groups
are sorted nhop-# ascending.

MFC after: 2 weeks

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable