diff options
author | Stephen Worley <sworley@cumulusnetworks.com> | 2019-05-13 21:46:05 +0200 |
---|---|---|
committer | Stephen Worley <sworley@cumulusnetworks.com> | 2019-05-28 23:41:38 +0200 |
commit | ad28e79ac998ae5372b1ac4504ff946cbf6926a0 (patch) | |
tree | 29ab63a0783665a12349ae7a01cf7f665d70bc0e /zebra/subdir.am | |
parent | Merge pull request #4385 from manuhalo/fix_deprecate_retain (diff) | |
download | frr-ad28e79ac998ae5372b1ac4504ff946cbf6926a0.tar.xz frr-ad28e79ac998ae5372b1ac4504ff946cbf6926a0.zip |
zebra: Move nexthop_active_XXX functions to zebra_nhg.c
Since these functions are not really rib processing problems
let's move them to zebra_nhg.c which is meant for processing of
nexthop groups.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'zebra/subdir.am')
-rw-r--r-- | zebra/subdir.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/zebra/subdir.am b/zebra/subdir.am index 1e36d020a..25040a271 100644 --- a/zebra/subdir.am +++ b/zebra/subdir.am @@ -75,6 +75,7 @@ zebra_zebra_SOURCES = \ zebra/zebra_mpls_null.c \ zebra/zebra_mpls_vty.c \ zebra/zebra_mroute.c \ + zebra/zebra_nhg.c \ zebra/zebra_ns.c \ zebra/zebra_pbr.c \ zebra/zebra_ptm.c \ @@ -135,6 +136,7 @@ noinst_HEADERS += \ zebra/zebra_memory.h \ zebra/zebra_mpls.h \ zebra/zebra_mroute.h \ + zebra/zebra_nhg.h \ zebra/zebra_ns.h \ zebra/zebra_pbr.h \ zebra/zebra_ptm.h \ |