summaryrefslogtreecommitdiff
path: root/zebra/zebra_mpls.h
diff options
context:
space:
mode:
authorRuss White <russ@riw.us>2018-04-24 08:23:42 -0400
committerGitHub <noreply@github.com>2018-04-24 08:23:42 -0400
commit934f5daf2edb69d13e5bdccdd5fa520e215182d9 (patch)
tree84a6e1263b2cb5ce6a2ce9064904935bdfa50b08 /zebra/zebra_mpls.h
parentdaced1e600ab38bd2edec8284f2eb32cad4de7ff (diff)
parent8b1766b148e84056d0e14ac05f98265abe72b89f (diff)
Merge pull request #2106 from qlyoung/zapi-msg
Split out ZAPI message creation / consumption from server implementation
Diffstat (limited to 'zebra/zebra_mpls.h')
-rw-r--r--zebra/zebra_mpls.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/zebra/zebra_mpls.h b/zebra/zebra_mpls.h
index 98905a2831..65204a67dc 100644
--- a/zebra/zebra_mpls.h
+++ b/zebra/zebra_mpls.h
@@ -211,12 +211,6 @@ int zebra_mpls_fec_unregister(struct zebra_vrf *zvrf, struct prefix *p,
struct zserv *client);
/*
- * Cleanup any FECs registered by this client.
- */
-int zebra_mpls_cleanup_fecs_for_client(struct zebra_vrf *zvrf,
- struct zserv *client);
-
-/*
* Return FEC (if any) to which this label is bound.
* Note: Only works for per-prefix binding and when the label is not
* implicit-null.