diff options
| author | Martin Winter <mwinter@opensourcerouting.org> | 2019-02-26 08:19:49 +0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-26 08:19:49 +0700 |
| commit | 51127bc88c285e63b4cdff50b6e3f95f06f6893e (patch) | |
| tree | 6087f1f360328a0e3fb328b6ca5f5bc380112445 /zebra/zebra_mpls.h | |
| parent | 5a80b8c7c254b9955e357555ebd929ab9bc123ef (diff) | |
| parent | 0026ac15abdf156cc65d3583164a4df6f7e15ee9 (diff) | |
Merge pull request #3832 from kooky/rename_backet
Rename backet to bucket
Diffstat (limited to 'zebra/zebra_mpls.h')
| -rw-r--r-- | zebra/zebra_mpls.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/zebra/zebra_mpls.h b/zebra/zebra_mpls.h index fb32adde31..39f084ad2f 100644 --- a/zebra/zebra_mpls.h +++ b/zebra/zebra_mpls.h @@ -291,7 +291,7 @@ int mpls_lsp_uninstall(struct zebra_vrf *zvrf, enum lsp_types_t type, * Uninstall all LDP NHLFEs for a particular LSP forwarding entry. * If no other NHLFEs exist, the entry would be deleted. */ -void mpls_ldp_lsp_uninstall_all(struct hash_backet *backet, void *ctxt); +void mpls_ldp_lsp_uninstall_all(struct hash_bucket *bucket, void *ctxt); /* * Uninstall all LDP FEC-To-NHLFE (FTN) bindings of the given address-family. @@ -302,7 +302,7 @@ void mpls_ldp_ftn_uninstall_all(struct zebra_vrf *zvrf, int afi); * Uninstall all Segment Routing NHLFEs for a particular LSP forwarding entry. * If no other NHLFEs exist, the entry would be deleted. */ -void mpls_sr_lsp_uninstall_all(struct hash_backet *backet, void *ctxt); +void mpls_sr_lsp_uninstall_all(struct hash_bucket *bucket, void *ctxt); #if defined(HAVE_CUMULUS) /* |
