X-Git-Url: https://gerrit.fd.io/r/gitweb?p=vpp.git;a=blobdiff_plain;f=src%2Fplugins%2Flb%2Flb.api;h=e30bab6fbf234c3b0dbb63fd20308f40f09b34f5;hp=b479b1b303434a6e597003174222309871de5908;hb=ae0724034;hpb=10bbfce0264249354f14243fbc166ee0beb41366 diff --git a/src/plugins/lb/lb.api b/src/plugins/lb/lb.api index b479b1b3034..e30bab6fbf2 100644 --- a/src/plugins/lb/lb.api +++ b/src/plugins/lb/lb.api @@ -20,6 +20,7 @@ autoreply manual_print define lb_conf vl_api_ip6_address_t ip6_src_address; u32 sticky_buckets_per_core; u32 flow_timeout; + option vat_help = "[ip4-src-address ] [ip6-src-address ] [buckets ] [timeout ]"; }; /** \brief Add a virtual address (or prefix) @@ -50,6 +51,7 @@ autoreply manual_print define lb_add_del_vip { u16 node_port; u32 new_flows_table_length [default=1024]; bool is_del; + option vat_help = " [protocol (tcp|udp) port ] [encap (gre6|gre4|l3dsr|nat4|nat6)] [dscp ] [type (nodeport|clusterip) target_port ] [new_len ] [del]"; }; /** \brief Add an application server for a given VIP @@ -71,6 +73,7 @@ autoreply manual_print define lb_add_del_as { vl_api_address_t as_address; bool is_del; bool is_flush; + option vat_help = " [protocol (tcp|udp) port ] [
] [del] [flush]"; }; /** \brief Flush a given vip @@ -130,6 +133,7 @@ define lb_as_dump{ vl_api_address_with_prefix_t pfx; u8 protocol; u16 port; + option vat_help = " [protocol (tcp|udp) port ]"; }; /** \brief lb_as_details