Page MenuHomeFreeBSD

routing: simplify decompose_change_notification().
ClosedPublic

Authored by melifaro on Jun 25 2022, 8:01 PM.
Tags
None
Referenced Files
F173148192: D35598.id107386.diff
Wed, Sep 23, 10:44 PM
F173145891: D35598.id107439.diff
Wed, Sep 23, 10:20 PM
F173124334: D35598.diff
Wed, Sep 23, 6:54 PM
Unknown Object (File)
Fri, Sep 18, 5:22 AM
Unknown Object (File)
Sun, Sep 6, 11:33 PM
Unknown Object (File)
Sun, Sep 6, 12:28 PM
Unknown Object (File)
Thu, Sep 3, 10:03 AM
Unknown Object (File)
Thu, Sep 3, 2:51 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