]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Introduce rib_walk_ext_internal() to allow iteration with rnh pointer.
authormelifaro <melifaro@FreeBSD.org>
Sun, 29 Nov 2020 13:54:49 +0000 (13:54 +0000)
committermelifaro <melifaro@FreeBSD.org>
Sun, 29 Nov 2020 13:54:49 +0000 (13:54 +0000)
commitaaf16bb4bff265e3468ea1f98fa1401ebf6907e6
treece3e61539bed8097ed0ed76227a05b1fd1f25344
parent68ea980e22e0b3178dfdf1cdeab3d71e3e71c1b9
Introduce rib_walk_ext_internal() to allow iteration with rnh pointer.

This solves the case when rib is not yet attached/detached to/from the
 system rib array.

Differential Revision: https://reviews.freebsd.org/D27406
sys/net/route/route_ctl.h
sys/net/route/route_helpers.c