diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-01-09 16:25:16 +0100 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-01-09 16:25:16 +0100 |
commit | 034d2de2e61485847bc9380bd9211d4c7d4567bf (patch) | |
tree | 43ad4b4bc6bc72ba78abdcdb21eb0680863f79fb /bgpd/rfp-example | |
parent | lib: Fixup 'ipv6 distribute-list ... ' cli help strings (diff) | |
download | frr-034d2de2e61485847bc9380bd9211d4c7d4567bf.tar.xz frr-034d2de2e61485847bc9380bd9211d4c7d4567bf.zip |
bgpd: Fixup some vnc cli
Fixup the vnc cli to use the new syntax as well as fixup a bunch
of cli help strings that were wrong.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'bgpd/rfp-example')
-rw-r--r-- | bgpd/rfp-example/librfp/rfp_example.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bgpd/rfp-example/librfp/rfp_example.c b/bgpd/rfp-example/librfp/rfp_example.c index b7dfe7987..d4100c096 100644 --- a/bgpd/rfp-example/librfp/rfp_example.c +++ b/bgpd/rfp-example/librfp/rfp_example.c @@ -41,7 +41,9 @@ struct rfp_instance_t global_rfi; /* dynamically allocate in full implemen DEFUN (rfp_example_config_value, rfp_example_config_value_cmd, "rfp example-config-value VALUE", - RFP_SHOW_STR "Example value to be configured\n") + RFP_SHOW_STR + "Example value to be configured\n" + "Value to display") { uint32_t value = 0; struct rfp_instance_t *rfi = NULL; |