diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2017-05-31 21:50:20 +0000 |
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2017-05-31 21:50:20 +0000 |
| commit | 6feb1a21affd126552228bf24f79248e3c27082c (patch) | |
| tree | c3d3deded809ee6dfd397ebbd7f331a5ed3e6252 /zebra/zebra_mpls.h | |
| parent | 8062bf1c6b64aa8ef5c64454afd749cba0247a4e (diff) | |
zebra: define mpls label helpstr
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'zebra/zebra_mpls.h')
| -rw-r--r-- | zebra/zebra_mpls.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/zebra/zebra_mpls.h b/zebra/zebra_mpls.h index 1f17de67a3..319091520d 100644 --- a/zebra/zebra_mpls.h +++ b/zebra/zebra_mpls.h @@ -43,6 +43,8 @@ (((nhlfe)->nexthop->type == NEXTHOP_TYPE_IPV6 || \ (nhlfe)->nexthop->type == NEXTHOP_TYPE_IPV6_IFINDEX) ? 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 */ |
