lisp: fix spelling mistake in option name

In the vat help msg for one_add_del_l2_arp_entry the IP address option
is misspelled as "ip4 <ip4>" when it should have been "ip <ip4>".

Type: fix
Signed-off-by: Onong Tayeng <otayeng@cisco.com>
Change-Id: Id4058a3ddfdb78b840d7e5a3c330e67b393f5d3b
This commit is contained in:
Onong Tayeng
2020-09-11 17:22:07 +05:30
committed by Florin Coras
parent f8b319359c
commit 8c6ba2957c

View File

@ -21031,7 +21031,7 @@ _(one_eid_table_dump, "[eid <ipv4|ipv6>/<prefix> | <mac>] [vni] " \
_(one_add_del_ndp_entry, "[del] mac <mac> bd <bd> ip6 <ip6>") \
_(one_ndp_bd_get, "") \
_(one_ndp_entries_get, "bd <bridge-domain>") \
_(one_add_del_l2_arp_entry, "[del] mac <mac> bd <bd> ip4 <ip4>") \
_(one_add_del_l2_arp_entry, "[del] mac <mac> bd <bd> ip <ip4>") \
_(one_l2_arp_bd_get, "") \
_(one_l2_arp_entries_get, "bd <bridge-domain>") \
_(one_stats_enable_disable, "enable|disable") \