diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2024-02-14 16:14:19 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-14 16:14:19 +0200 |
| commit | 2fd5e51d4cb0949ce46f131a59f6cc916e3b5240 (patch) | |
| tree | de55a53493be8a1f9bbb1a863a1c5eeba311e5e7 /zebra/interface.h | |
| parent | 4952f23cee3722ea6d542791e2a4ddfa25e88c76 (diff) | |
| parent | b2ade8e3d2d7200b762b174ed822e88f4801537f (diff) | |
Merge pull request #15332 from donaldsharp/nhg_stuffs
Nhg stuffs
Diffstat (limited to 'zebra/interface.h')
| -rw-r--r-- | zebra/interface.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/zebra/interface.h b/zebra/interface.h index 7d633f32d2..8d19c1838f 100644 --- a/zebra/interface.h +++ b/zebra/interface.h @@ -331,11 +331,6 @@ void link_param_cmd_set_float(struct interface *ifp, float *field, void link_param_cmd_unset(struct interface *ifp, uint32_t type); /* Nexthop group connected functions */ -extern void if_nhg_dependents_add(struct interface *ifp, - struct nhg_hash_entry *nhe); -extern void if_nhg_dependents_del(struct interface *ifp, - struct nhg_hash_entry *nhe); -extern unsigned int if_nhg_dependents_count(const struct interface *ifp); extern bool if_nhg_dependents_is_empty(const struct interface *ifp); extern void vrf_add_update(struct vrf *vrfp); |
