summaryrefslogtreecommitdiff
path: root/lib/vrf.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2016-09-20 21:43:46 -0400
committerDonald Sharp <sharpd@cumulusnetworks.com>2016-09-20 21:44:37 -0400
commit2511cb40e6b0e88620f26b3506b2a454a773c93d (patch)
tree417819677070afb3b7b9dfc757cac3708762d4b4 /lib/vrf.h
parent287a4acf837fbb0a09e5e784134714e6fe2a84a8 (diff)
lib, zebra: Fixup if.c to work in the new regime
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'lib/vrf.h')
-rw-r--r--lib/vrf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/vrf.h b/lib/vrf.h
index dcc115563d..c4260769a6 100644
--- a/lib/vrf.h
+++ b/lib/vrf.h
@@ -50,7 +50,7 @@ enum {
/*
* The command strings
*/
-
+#define VRF_CMD_STR_OPT "[vrf NAME]"
#define VRF_CMD_STR "vrf NAME"
#define VRF_CMD_HELP_STR "Specify the VRF\nThe VRF name\n"