diff options
author | Hongjun Ni <hongjun.ni@intel.com> | 2018-06-28 20:14:19 +0800 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2018-08-31 16:00:17 +0000 |
commit | 219cc90cb435cfcfb5154c6c0e49bd4d60aae769 (patch) | |
tree | fdb5a73307ee5d27073781228a18f9b38b0c6080 /src/plugins/lb/lb_test.c | |
parent | d69f4396bfe6b41ca04b7fc1496475f0a635b0da (diff) |
Support lb on both vip and per-port-vip case
Previously, a service is specified by vip.
This patch extend that a service is specified
by both vip and per-port-vip cases.
Change-Id: Icbfd1f972c6bafde7d85c6abb498576bd9ba250d
Signed-off-by: Hongjun Ni <hongjun.ni@intel.com>
Diffstat (limited to 'src/plugins/lb/lb_test.c')
-rw-r--r-- | src/plugins/lb/lb_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/lb/lb_test.c b/src/plugins/lb/lb_test.c index fc498706222..83766272fd7 100644 --- a/src/plugins/lb/lb_test.c +++ b/src/plugins/lb/lb_test.c @@ -226,7 +226,7 @@ static int api_lb_add_del_as (vat_main_t * vam) #define foreach_vpe_api_msg \ _(lb_conf, "<ip4-src-addr> <ip6-src-address> <sticky_buckets_per_core> <flow_timeout>") \ _(lb_add_del_vip, "<ip-prefix> [gre4|gre6|l3dsr|nat4|nat6] " \ - "<dscp> <port> <target_port> <node_port> " \ + "<dscp> <port> <target_port> " \ "<new_table_len> [del]") \ _(lb_add_del_as, "<vip-ip-prefix> <address> [del]") |