DEFUN (vnc_advertise_un_method,
vnc_advertise_un_method_cmd,
- "vnc advertise-un-method (encap-safi|encap-attr)",
+ "vnc advertise-un-method <encap-safi|encap-attr>",
VNC_CONFIG_STR
"Method of advertising UN addresses\n"
"Via Encapsulation SAFI\n"
DEFUN (vnc_defaults_l2rd,
vnc_defaults_l2rd_cmd,
- "l2rd (ID|auto:vn)",
+ "l2rd <ID|auto:vn>",
"Specify default Local Nve ID value to use in RD for L2 routes\n"
"Fixed value 1-255\n"
"use the low-order octet of the NVE's VN address\n")
DEFUN (vnc_defaults_responselifetime,
vnc_defaults_responselifetime_cmd,
- "response-lifetime (LIFETIME|infinite)",
+ "response-lifetime <LIFETIME|infinite>",
"Specify default response lifetime\n"
"Response lifetime in seconds\n" "Infinite response lifetime\n")
{
DEFUN (vnc_redistribute_rh_roo_localadmin,
vnc_redistribute_rh_roo_localadmin_cmd,
- "vnc redistribute resolve-nve roo-ec-local-admin <0-65535>",
+ "vnc redistribute resolve-nve roo-ec-local-admin (0-65535)",
VNC_CONFIG_STR
"Redistribute routes into VNC\n"
"Resolve-NVE mode\n"
DEFUN (vnc_redistribute_mode,
vnc_redistribute_mode_cmd,
- "vnc redistribute mode (nve-group|plain|resolve-nve)",
+ "vnc redistribute mode <nve-group|plain|resolve-nve>",
VNC_CONFIG_STR
"Redistribute routes into VNC\n"
"Redistribution mode\n"
DEFUN (vnc_redistribute_protocol,
vnc_redistribute_protocol_cmd,
- "vnc redistribute (ipv4|ipv6) (bgp|bgp-direct|bgp-direct-to-nve-groups|connected|kernel|ospf|rip|static)",
+ "vnc redistribute <ipv4|ipv6> <bgp|bgp-direct|bgp-direct-to-nve-groups|connected|kernel|ospf|rip|static>",
VNC_CONFIG_STR
"Redistribute routes into VNC\n"
"IPv4 routes\n"
DEFUN (vnc_no_redistribute_protocol,
vnc_no_redistribute_protocol_cmd,
- "no vnc redistribute (ipv4|ipv6) (bgp|bgp-direct|bgp-direct-to-nve-groups|connected|kernel|ospf|rip|static)",
+ "no vnc redistribute <ipv4|ipv6> <bgp|bgp-direct|bgp-direct-to-nve-groups|connected|kernel|ospf|rip|static>",
NO_STR
VNC_CONFIG_STR
"Redistribute from other protocol\n"
DEFUN (vnc_redistribute_bgp_exterior,
vnc_redistribute_bgp_exterior_cmd,
- "vnc redistribute (ipv4|ipv6) bgp-direct-to-nve-groups view NAME",
+ "vnc redistribute <ipv4|ipv6> bgp-direct-to-nve-groups view NAME",
VNC_CONFIG_STR
"Redistribute routes into VNC\n"
"IPv4 routes\n"
DEFUN (vnc_redistribute_lifetime,
vnc_redistribute_lifetime_cmd,
- "vnc redistribute lifetime (LIFETIME|infinite)",
+ "vnc redistribute lifetime <LIFETIME|infinite>",
VNC_CONFIG_STR
+ "Redistribute"
"Assign a lifetime to routes redistributed from another routing protocol\n"
- "lifetime value (32 bit)\n")
+ "lifetime value (32 bit)\n"
+ "Allow lifetime to never expire\n")
{
VTY_DECLVAR_CONTEXT(bgp, bgp);
DEFUN (vnc_redist_bgpdirect_no_prefixlist,
vnc_redist_bgpdirect_no_prefixlist_cmd,
- "no vnc redistribute (bgp-direct|bgp-direct-to-nve-groups) (ipv4|ipv6) prefix-list",
+ "no vnc redistribute <bgp-direct|bgp-direct-to-nve-groups> <ipv4|ipv6> prefix-list",
NO_STR
VNC_CONFIG_STR
"Redistribute from other protocol\n"
DEFUN (vnc_redist_bgpdirect_prefixlist,
vnc_redist_bgpdirect_prefixlist_cmd,
- "vnc redistribute (bgp-direct|bgp-direct-to-nve-groups) (ipv4|ipv6) prefix-list NAME",
+ "vnc redistribute <bgp-direct|bgp-direct-to-nve-groups> <ipv4|ipv6> prefix-list NAME",
VNC_CONFIG_STR
"Redistribute from other protocol\n"
"Redistribute from BGP directly\n"
DEFUN (vnc_redist_bgpdirect_no_routemap,
vnc_redist_bgpdirect_no_routemap_cmd,
- "no vnc redistribute (bgp-direct|bgp-direct-to-nve-groups) route-map",
+ "no vnc redistribute <bgp-direct|bgp-direct-to-nve-groups> route-map",
NO_STR
VNC_CONFIG_STR
"Redistribute from other protocols\n"
DEFUN (vnc_redist_bgpdirect_routemap,
vnc_redist_bgpdirect_routemap_cmd,
- "vnc redistribute (bgp-direct|bgp-direct-to-nve-groups) route-map NAME",
+ "vnc redistribute <bgp-direct|bgp-direct-to-nve-groups> route-map NAME",
VNC_CONFIG_STR
"Redistribute from other protocols\n"
"Redistribute from BGP directly\n"
DEFUN (vnc_nve_group_redist_bgpdirect_no_prefixlist,
vnc_nve_group_redist_bgpdirect_no_prefixlist_cmd,
- "no redistribute bgp-direct (ipv4|ipv6) prefix-list",
+ "no redistribute bgp-direct <ipv4|ipv6> prefix-list",
NO_STR
"Redistribute from other protocol\n"
"Redistribute from BGP directly\n"
DEFUN (vnc_nve_group_redist_bgpdirect_prefixlist,
vnc_nve_group_redist_bgpdirect_prefixlist_cmd,
- "redistribute bgp-direct (ipv4|ipv6) prefix-list NAME",
+ "redistribute bgp-direct <ipv4|ipv6> prefix-list NAME",
"Redistribute from other protocol\n"
"Redistribute from BGP directly\n"
"IPv4 routes\n"
DEFUN (vnc_export_mode,
vnc_export_mode_cmd,
- "vnc export (bgp|zebra) mode (group-nve|ce|none|registering-nve)",
+ "vnc export <bgp|zebra> mode <group-nve|ce|none|registering-nve>",
VNC_CONFIG_STR
"Export to other protocols\n"
"Export to BGP\n"
DEFUN (vnc_export_nvegroup,
vnc_export_nvegroup_cmd,
- "vnc export (bgp|zebra) group-nve group NAME",
+ "vnc export <bgp|zebra> group-nve group NAME",
VNC_CONFIG_STR
"Export to other protocols\n"
"Export to BGP\n"
*/
DEFUN (vnc_no_export_nvegroup,
vnc_no_export_nvegroup_cmd,
- "vnc export (bgp|zebra) group-nve no group NAME",
+ "vnc export <bgp|zebra> group-nve no group NAME",
VNC_CONFIG_STR
"Export to other protocols\n"
"Export to BGP\n"
DEFUN (vnc_nve_group_export_no_prefixlist,
vnc_nve_group_export_no_prefixlist_cmd,
- "no export (bgp|zebra) (ipv4|ipv6) prefix-list [NAME]",
+ "no export <bgp|zebra> <ipv4|ipv6> prefix-list [NAME]",
NO_STR
"Export to other protocols\n"
"Export to BGP\n"
DEFUN (vnc_nve_group_export_prefixlist,
vnc_nve_group_export_prefixlist_cmd,
- "export (bgp|zebra) (ipv4|ipv6) prefix-list NAME",
+ "export <bgp|zebra> <ipv4|ipv6> prefix-list NAME",
"Export to other protocols\n"
"Export to BGP\n"
"Export to Zebra (experimental)\n"
DEFUN (vnc_nve_group_export_no_routemap,
vnc_nve_group_export_no_routemap_cmd,
- "no export (bgp|zebra) route-map [NAME]",
+ "no export <bgp|zebra> route-map [NAME]",
NO_STR
"Export to other protocols\n"
"Export to BGP\n"
DEFUN (vnc_nve_group_export_routemap,
vnc_nve_group_export_routemap_cmd,
- "export (bgp|zebra) route-map NAME",
+ "export <bgp|zebra> route-map NAME",
"Export to other protocols\n"
"Export to BGP\n"
"Export to Zebra (experimental)\n"
DEFUN (vnc_nve_export_no_prefixlist,
vnc_nve_export_no_prefixlist_cmd,
- "no vnc export (bgp|zebra) (ipv4|ipv6) prefix-list [NAME]",
+ "no vnc export <bgp|zebra> <ipv4|ipv6> prefix-list [NAME]",
NO_STR
VNC_CONFIG_STR
"Export to other protocols\n"
DEFUN (vnc_nve_export_prefixlist,
vnc_nve_export_prefixlist_cmd,
- "vnc export (bgp|zebra) (ipv4|ipv6) prefix-list NAME",
+ "vnc export <bgp|zebra> <ipv4|ipv6> prefix-list NAME",
VNC_CONFIG_STR
"Export to other protocols\n"
"Export to BGP\n"
DEFUN (vnc_nve_export_no_routemap,
vnc_nve_export_no_routemap_cmd,
- "no vnc export (bgp|zebra) route-map [NAME]",
+ "no vnc export <bgp|zebra> route-map [NAME]",
NO_STR
VNC_CONFIG_STR
"Export to other protocols\n"
DEFUN (vnc_nve_export_routemap,
vnc_nve_export_routemap_cmd,
- "vnc export (bgp|zebra) route-map NAME",
+ "vnc export <bgp|zebra> route-map NAME",
VNC_CONFIG_STR
"Export to other protocols\n"
"Export to BGP\n"
DEFUN (vnc_nve_group_prefix,
vnc_nve_group_prefix_cmd,
- "prefix (vn|un) (A.B.C.D/M|X:X::X:X/M)",
+ "prefix <vn|un> <A.B.C.D/M|X:X::X:X/M>",
"Specify prefixes matching NVE VN or UN interfaces\n"
"VN prefix\n"
"UN prefix\n"
DEFUN (vnc_nve_group_l2rd,
vnc_nve_group_l2rd_cmd,
- "l2rd (ID|auto:vn)",
+ "l2rd <ID|auto:vn>",
"Specify default Local Nve ID value to use in RD for L2 routes\n"
"Fixed value 1-255\n"
"use the low-order octet of the NVE's VN address\n")
DEFUN (vnc_nve_group_responselifetime,
vnc_nve_group_responselifetime_cmd,
- "response-lifetime (LIFETIME|infinite)",
+ "response-lifetime <LIFETIME|infinite>",
"Specify response lifetime\n"
"Response lifetime in seconds\n" "Infinite response lifetime\n")
{
DEFUN (vnc_l2_group_lni,
vnc_l2_group_lni_cmd,
- "logical-network-id <0-4294967295>",
+ "logical-network-id (0-4294967295)",
"Specify Logical Network ID associated with group\n"
"value\n")
{
DEFUN (vnc_l2_group_rt,
vnc_l2_group_rt_cmd,
- "rt (both|export|import) ASN:nn_or_IP-address:nn",
+ "rt <both|export|import> ASN:nn_or_IP-address:nn",
"Specify route targets\n"
"Export+import filters\n"
"Export filters\n"
DEFUN (
debug_rfapi_show_nves_vn_un,
debug_rfapi_show_nves_vn_un_cmd,
- "debug rfapi-dev show nves (vn|un) (A.B.C.D|X:X::X:X)", /* prefix also ok */
+ "debug rfapi-dev show nves <vn|un> <A.B.C.D|X:X::X:X>", /* prefix also ok */
DEBUG_STR
DEBUG_RFAPI_STR
SHOW_STR
"NVE Information\n"
- "Specify virtual network or underlay network interface\n"
- "IPv4 or IPv6 address\n")
+ "Specify virtual network\n"
+ "Specify underlay network interface\n"
+ "IPv4 address\n"
+ "IPv6 address\n")
{
struct prefix pfx;
DEFUN (debug_rfapi_open,
debug_rfapi_open_cmd,
- "debug rfapi-dev open vn (A.B.C.D|X:X::X:X) un (A.B.C.D|X:X::X:X)",
+ "debug rfapi-dev open vn <A.B.C.D|X:X::X:X> un <A.B.C.D|X:X::X:X>",
DEBUG_STR
DEBUG_RFAPI_STR
"rfapi_open\n"
"indicate vn addr follows\n"
- "virtual network interface address\n"
- "indicate xt addr follows\n" "underlay network interface address\n")
+ "virtual network interface IPv4 address\n"
+ "virtual network interface IPv6 address\n"
+ "indicate xt addr follows\n"
+ "underlay network interface IPv4 address\n"
+ "underlay network interface IPv6 address\n")
{
struct rfapi_ip_addr vn;
struct rfapi_ip_addr un;
DEFUN (debug_rfapi_close_vn_un,
debug_rfapi_close_vn_un_cmd,
- "debug rfapi-dev close vn (A.B.C.D|X:X::X:X) un (A.B.C.D|X:X::X:X)",
+ "debug rfapi-dev close vn <A.B.C.D|X:X::X:X> un <A.B.C.D|X:X::X:X>",
DEBUG_STR
DEBUG_RFAPI_STR
"rfapi_close\n"
"indicate vn addr follows\n"
- "virtual network interface address\n"
- "indicate xt addr follows\n" "underlay network interface address\n")
+ "virtual network interface IPv4 address\n"
+ "virtual network interface IPv6 address\n"
+ "indicate xt addr follows\n"
+ "underlay network interface IPv4 address\n"
+ "underlay network interface IPv6 address\n")
{
struct rfapi_ip_addr vn;
struct rfapi_ip_addr un;
DEFUN (debug_rfapi_register_vn_un,
debug_rfapi_register_vn_un_cmd,
- "debug rfapi-dev register vn (A.B.C.D|X:X::X:X) un (A.B.C.D|X:X::X:X) prefix (A.B.C.D/M|X:X::X:X/M) lifetime SECONDS",
+ "debug rfapi-dev register vn <A.B.C.D|X:X::X:X> un <A.B.C.D|X:X::X:X> prefix <A.B.C.D/M|X:X::X:X/M> lifetime SECONDS",
DEBUG_STR
DEBUG_RFAPI_STR
"rfapi_register\n"
"underlay network IPv6 interface address\n"
"indicate prefix follows\n"
"IPv4 prefix\n"
- "IPv6 prefix\n" "indicate lifetime follows\n" "lifetime\n")
+ "IPv6 prefix\n"
+ "indicate lifetime follows\n"
+ "lifetime\n")
{
struct rfapi_ip_addr vn;
struct rfapi_ip_addr un;
DEFUN (debug_rfapi_register_vn_un_l2o,
debug_rfapi_register_vn_un_l2o_cmd,
- "debug rfapi-dev register"
- " vn (A.B.C.D|X:X::X:X)"
- " un (A.B.C.D|X:X::X:X)"
- " prefix (A.B.C.D/M|X:X::X:X/M)"
- " lifetime SECONDS"
- " macaddr YY:YY:YY:YY:YY:YY"
- " lni <0-16777215>",
+ "debug rfapi-dev register vn <A.B.C.D|X:X::X:X> un <A.B.C.D|X:X::X:X> prefix <A.B.C.D/M|X:X::X:X/M> lifetime SECONDS macaddr YY:YY:YY:YY:YY:YY lni (0-16777215)",
DEBUG_STR
DEBUG_RFAPI_STR
"rfapi_register\n"
"underlay network IPv6 interface address\n"
"indicate prefix follows\n"
"IPv4 prefix\n"
- "IPv6 prefix\n" "indicate lifetime follows\n" "lifetime\n")
+ "IPv6 prefix\n"
+ "indicate lifetime follows\n"
+ "Seconds of lifetime\n"
+ "indicate MAC address follows\n"
+ "MAC address\n"
+ "indicate lni follows\n"
+ "lni value range\n")
{
struct rfapi_ip_addr vn;
struct rfapi_ip_addr un;
DEFUN (debug_rfapi_unregister_vn_un,
debug_rfapi_unregister_vn_un_cmd,
- "debug rfapi-dev unregister vn (A.B.C.D|X:X::X:X) un (A.B.C.D|X:X::X:X) prefix (A.B.C.D/M|X:X::X:X/M)",
+ "debug rfapi-dev unregister vn <A.B.C.D|X:X::X:X> un <A.B.C.D|X:X::X:X> prefix <A.B.C.D/M|X:X::X:X/M>",
DEBUG_STR
DEBUG_RFAPI_STR
"rfapi_register\n"
DEFUN (debug_rfapi_query_vn_un,
debug_rfapi_query_vn_un_cmd,
- "debug rfapi-dev query vn (A.B.C.D|X:X::X:X) un (A.B.C.D|X:X::X:X) target (A.B.C.D|X:X::X:X)",
+ "debug rfapi-dev query vn <A.B.C.D|X:X::X:X> un <A.B.C.D|X:X::X:X> target <A.B.C.D|X:X::X:X>",
DEBUG_STR
DEBUG_RFAPI_STR
"rfapi_query\n"
"indicate vn addr follows\n"
- "virtual network interface address\n"
- "indicate xt addr follows\n"
- "underlay network interface address\n"
- "indicate target follows\n" "target\n")
+ "virtual network interface IPv4 address\n"
+ "virtual network interface IPv6 address\n"
+ "indicate un addr follows\n"
+ "IPv4 un address\n"
+ "IPv6 un address\n"
+ "indicate target follows\n"
+ "target IPv4 address\n"
+ "target IPv6 address\n")
{
struct rfapi_ip_addr vn;
struct rfapi_ip_addr un;
DEFUN (debug_rfapi_query_vn_un_l2o,
debug_rfapi_query_vn_un_l2o_cmd,
- "debug rfapi-dev query vn (A.B.C.D|X:X::X:X) un (A.B.C.D|X:X::X:X) lni LNI target YY:YY:YY:YY:YY:YY",
+ "debug rfapi-dev query vn <A.B.C.D|X:X::X:X> un <A.B.C.D|X:X::X:X> lni LNI target YY:YY:YY:YY:YY:YY",
DEBUG_STR
DEBUG_RFAPI_STR
"rfapi_query\n"
"indicate vn addr follows\n"
- "virtual network interface address\n"
+ "virtual network interface IPv4 address\n"
+ "virtual network interface IPv6 address\n"
"indicate xt addr follows\n"
- "underlay network interface address\n"
+ "underlay network interface IPv4 address\n"
+ "underlay network interface IPv6 address\n"
"logical network ID follows\n"
"logical network ID\n"
- "indicate target MAC addr follows\n" "target MAC addr\n")
+ "indicate target MAC addr follows\n"
+ "target MAC addr\n")
{
struct rfapi_ip_addr vn;
struct rfapi_ip_addr un;
DEFUN (debug_rfapi_query_done_vn_un,
debug_rfapi_query_vn_un_done_cmd,
- "debug rfapi-dev query done vn (A.B.C.D|X:X::X:X) un (A.B.C.D|X:X::X:X) target (A.B.C.D|X:X::X:X)",
+ "debug rfapi-dev query done vn <A.B.C.D|X:X::X:X> un <A.B.C.D|X:X::X:X> target <A.B.C.D|X:X::X:X>",
DEBUG_STR
DEBUG_RFAPI_STR
"rfapi_query_done\n"
+ "rfapi_query_done\n"
"indicate vn addr follows\n"
- "virtual network interface address\n"
+ "virtual network interface IPv4 address\n"
+ "virtual network interface IPv6 address\n"
"indicate xt addr follows\n"
- "underlay network interface address\n"
- "indicate prefix follows\n" "prefix\n")
+ "underlay network interface IPv4 address\n"
+ "underlay network interface IPv6 address\n"
+ "indicate target follows\n"
+ "Target IPv4 address\n"
+ "Target IPv6 address\n")
{
struct rfapi_ip_addr vn;
struct rfapi_ip_addr un;
DEFUN (debug_rfapi_show_import_vn_un,
debug_rfapi_show_import_vn_un_cmd,
- "debug rfapi-dev show import vn (A.B.C.D|X:X::X:X) un (A.B.C.D|X:X::X:X)",
+ "debug rfapi-dev show import vn <A.B.C.D|X:X::X:X> un <A.B.C.D|X:X::X:X>",
DEBUG_STR
DEBUG_RFAPI_STR
SHOW_STR
"import\n"
"indicate vn addr follows\n"
- "virtual network interface address\n"
- "indicate xt addr follows\n" "underlay network interface address\n")
+ "virtual network interface IPv4 address\n"
+ "virtual network interface IPv6 address\n"
+ "indicate xt addr follows\n"
+ "underlay network interface IPv4 address\n"
+ "underlay network interface IPv6 address\n")
{
struct rfapi_ip_addr vn;
struct rfapi_ip_addr un;
DEFUN (debug_rfapi_response_omit_self,
debug_rfapi_response_omit_self_cmd,
- "debug rfapi-dev response-omit-self (on|off)",
+ "debug rfapi-dev response-omit-self <on|off>",
DEBUG_STR
DEBUG_RFAPI_STR
"Omit self in RFP responses\n"
clear_vnc_nve_all_cmd,
"clear vnc nve *",
"clear\n"
- "VNC Information\n" "Clear per NVE information\n" "For all NVEs\n")
+ "VNC Information\n"
+ "Clear per NVE information\n"
+ "For all NVEs\n")
{
struct rfapi_local_reg_delete_arg cda;
"VNC Information\n"
"Clear prefix registration information\n"
"VN address of NVE\n"
+ "For all NVEs\n"
"VN IPv4 interface address\n"
"VN IPv6 interface address\n"
"UN address of NVE\n"
- "UN IPv4 interface address\n" "UN IPv6 interface address\n")
+ "For all UN addresses\n"
+ "UN IPv4 interface address\n"
+ "UN IPv6 interface address\n")
{
struct rfapi_local_reg_delete_arg cda;
int rc;
"VNC Information\n"
"Clear prefix registration information\n"
"UN address of NVE\n"
+ "For all un NVEs\n"
"UN IPv4 interface address\n"
"UN IPv6 interface address\n"
"VN address of NVE\n"
- "VN IPv4 interface address\n" "VN IPv6 interface address\n")
+ "For all vn NVEs\n"
+ "VN IPv4 interface address\n"
+ "VN IPv6 interface address\n")
{
struct rfapi_local_reg_delete_arg cda;
int rc;
"VNC Information\n"
"Clear prefix registration information\n"
"VN address of NVE\n"
- "VN IPv4 interface address\n" "VN IPv6 interface address\n")
+ "All addresses\n"
+ "VN IPv4 interface address\n"
+ "VN IPv6 interface address\n")
{
struct rfapi_local_reg_delete_arg cda;
int rc;
"VNC Information\n"
"Clear prefix registration information\n"
"UN address of NVE\n"
- "UN IPv4 interface address\n" "UN IPv6 interface address\n")
+ "All un nves\n"
+ "UN IPv4 interface address\n"
+ "UN IPv6 interface address\n")
{
struct rfapi_local_reg_delete_arg cda;
int rc;
"VNI keyword\n"
"Any virtual network identifier\n"
"Virtual network identifier\n"
- "Virtual network identifier\n"
"VN address of NVE\n"
"All VN addresses\n"
"VN IPv4 interface address\n"
"VN address of NVE\n"
"All VN addresses\n"
"VN IPv4 interface address\n"
- "VN IPv6 interface address\n")
+ "VN IPv6 interface address\n"
+ "Clear prefix registration information\n"
+ "All prefixes\n"
+ "IPv4 prefix\n"
+ "IPv6 prefix\n"
+ "Clear prefix registration information\n"
+ "All prefixes\n"
+ "IPv4 prefix\n"
+ "IPv6 prefix\n")
{
struct rfapi_local_reg_delete_arg cda;
int rc;
"UN address of NVE\n"
"All UN addresses\n"
"UN IPv4 interface address\n"
- "UN IPv6 interface address\n")
+ "UN IPv6 interface address\n"
+ "Clear prefix registration information\n"
+ "All prefixes\n"
+ "IPv4 Prefix\n"
+ "IPv6 Prefix\n")
{
struct rfapi_local_reg_delete_arg cda;
int rc;
"UN address of NVE\n"
"All VN addresses\n"
"VN IPv4 interface address\n"
- "VN IPv6 interface address\n")
+ "VN IPv6 interface address\n"
+ "Clear prefix registration information\n"
+ "All prefixes\n"
+ "IPv4 Prefix\n"
+ "IPv6 Prefix\n")
{
struct rfapi_local_reg_delete_arg cda;
int rc;
SHOW_STR
VNC_SHOW_STR
"List active prefix registrations\n"
- "Limit output to a particular prefix or address\n"
- "Limit output to a particular prefix or address\n")
+ "Limit output to a particular IPv4 prefix\n"
+ "Limit output to a particular IPv6 prefix\n"
+ "Limit output to a particular IPv6 address\n")
{
struct prefix p;
struct prefix *p_addr = NULL;
"show only imported prefixes\n"
"show only local registrations\n"
"show only remote registrations\n"
- "Limit output to a particular prefix or address\n[A"
+ "Limit output to a particular prefix or address\n"
+ "Limit output to a particular prefix or address\n"
"Limit output to a particular prefix or address\n")
{
struct prefix p;
DEFUN (vnc_show_responses_pfx,
vnc_show_responses_pfx_cmd,
- "show vnc responses [<A.B.C.D/M|X:X::X:X/M|YY:YY:YY:YY:YY:YY>]",
- SHOW_STR
- VNC_SHOW_STR
- "List recent query responses\n"
- "Limit output to a particular prefix or address\n"
- "Limit output to a particular prefix or address\n")
+ "show vnc responses [<A.B.C.D/M|X:X::X:X/M|YY:YY:YY:YY:YY:YY>]",
+ SHOW_STR
+ VNC_SHOW_STR
+ "List recent query responses\n"
+ "Limit output to a particular IPv4 prefix\n"
+ "Limit output to a particular IPv6 prefix\n"
+ "Limit output to a particular IPv6 address\n" )
{
struct prefix p;
struct prefix *p_addr = NULL;
DEFUN (vnc_show_responses_some_pfx,
vnc_show_responses_some_pfx_cmd,
- "show vnc responses <active|removed> [<A.B.C.D/M|X:X::X:X/M|YY:YY:YY:YY:YY:YY>]",
- SHOW_STR
- VNC_SHOW_STR
- "List recent query responses\n"
- "show only active query responses\n"
- "show only removed query responses\n"
- "Limit output to a particular prefix or address\n"
- "Limit output to a particular prefix or address\n")
+ "show vnc responses <active|removed> [<A.B.C.D/M|X:X::X:X/M|YY:YY:YY:YY:YY:YY>]",
+ SHOW_STR
+ VNC_SHOW_STR
+ "List recent query responses\n"
+ "show only active query responses\n"
+ "show only removed query responses\n"
+ "Limit output to a particular IPv4 prefix\n"
+ "Limit output to a particular IPv6 prefix\n"
+ "Limit output to a particular IPV6 address\n")
{
struct prefix p;
struct prefix *p_addr = NULL;
VNC_SHOW_STR
"List active queries\n"
"Limit output to a particular IPv4 prefix or address\n"
- "Limit output to a particular IPv6 prefix or address\n")
+ "Limit output to a particular IPv6 prefix\n"
+ "Limit output to a particualr IPV6 address\n")
{
struct prefix pfx;
struct prefix *p = NULL;
"<no debug|undebug> bgp vnc <rfapi-query|import-bi-attach|import-del-remote|verbose>",
NO_STR
DEBUG_STR
+ "Undebug"
BGP_STR
VNC_STR
"rfapi query handling\n"
"<no debug|undebug> all bgp vnc",
NO_STR
DEBUG_STR
+ "Undebug command\n"
"Disable all VNC debugging\n"
BGP_STR
VNC_STR)
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;