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)
Tue, Nov 25, 2:53 AM
Unknown Object (File)
Sun, Nov 23, 9:08 AM
Unknown Object (File)
Sun, Nov 23, 9:08 AM
Unknown Object (File)
Sun, Nov 23, 9:08 AM
Unknown Object (File)
Sun, Nov 23, 9:03 AM
Unknown Object (File)
Fri, Nov 7, 3:35 AM
Unknown Object (File)
Mon, Nov 3, 9:52 PM
Unknown Object (File)
Oct 26 2025, 5:43 AM
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