]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: Remove ifp_nhg_XXX functions completely
authorDonald Sharp <sharpd@nvidia.com>
Thu, 8 Feb 2024 16:56:40 +0000 (11:56 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Thu, 8 Feb 2024 16:56:40 +0000 (11:56 -0500)
commit2934127547bc63a59f83fb4f875a6b2c8779d6ca
tree3b7461af7d024e079be0cd75bdf3f7e022b6c563
parentb9130ab51b58a87d1c1b0d4e0cab072df1357a4d
zebra: Remove ifp_nhg_XXX functions completely

These functions provided a level of abstraction that forced
us to call multiple functions when a simple data structure
change was all that is needed.  Let's consolidate down
and make things a bit simpler.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
zebra/interface.c
zebra/interface.h
zebra/zebra_nhg.c