summaryrefslogtreecommitdiff
path: root/zebra/zebra_mpls.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2018-04-18 07:00:12 -0400
committerDonald Sharp <sharpd@cumulusnetworks.com>2018-04-18 07:00:12 -0400
commitf890b1461dc1e342fe5fbeeacbe94a219405f815 (patch)
tree4b22ef2624430f260fd946e39495e8d6d9b5ba88 /zebra/zebra_mpls.h
parente49b64dee719b86b4844f0e3868b0f0bb6469e4d (diff)
lib, zebra: Move help string to appropriate header
The MPLS_LABEL_HELPSTR belongs in lib/mpls.h in case any other protocol wants to use it. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'zebra/zebra_mpls.h')
-rw-r--r--zebra/zebra_mpls.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/zebra/zebra_mpls.h b/zebra/zebra_mpls.h
index 2637327a7e..20c7339316 100644
--- a/zebra/zebra_mpls.h
+++ b/zebra/zebra_mpls.h
@@ -43,10 +43,6 @@
? AF_INET6 \
: AF_INET)
-#define MPLS_LABEL_HELPSTR \
- "Specify label(s) for this route\nOne or more " \
- "labels in the range (16-1048575) separated by '/'\n"
-
/* Typedefs */
typedef struct zebra_ile_t_ zebra_ile_t;