diff options
| author | Mark Stapp <mjs@voltanet.io> | 2021-08-12 10:16:46 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-12 10:16:46 -0400 |
| commit | 1722cef45589da513b270e89dbe402302bd61c9b (patch) | |
| tree | 5b35e594178172d79b8e98765f48ab41345ff73a /zebra/rib.h | |
| parent | 86ba19b60fd5399c803e20ae14ff861eaf9603fe (diff) | |
| parent | 572bc3167f29428ba6a8b12425f5aef9a1e375f9 (diff) | |
Merge pull request #9304 from donaldsharp/zebra_random_stuff
Zebra random stuff
Diffstat (limited to 'zebra/rib.h')
| -rw-r--r-- | zebra/rib.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/zebra/rib.h b/zebra/rib.h index a663575e10..8887053a4c 100644 --- a/zebra/rib.h +++ b/zebra/rib.h @@ -371,9 +371,6 @@ extern void _route_entry_dump(const char *func, union prefixconstptr pp, union prefixconstptr src_pp, const struct route_entry *re); -extern void rib_lookup_and_dump(struct prefix_ipv4 *p, vrf_id_t vrf_id); -extern void rib_lookup_and_pushup(struct prefix_ipv4 *p, vrf_id_t vrf_id); - #define ZEBRA_RIB_LOOKUP_ERROR -1 #define ZEBRA_RIB_FOUND_EXACT 0 #define ZEBRA_RIB_FOUND_NOGATE 1 |
