Skip to content

Commit 8c6ba29

Browse files
onongflorincoras
authored andcommitted
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
1 parent f8b3193 commit 8c6ba29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vat/api_format.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21031,7 +21031,7 @@ _(one_eid_table_dump, "[eid <ipv4|ipv6>/<prefix> | <mac>] [vni] " \
2103121031
_(one_add_del_ndp_entry, "[del] mac <mac> bd <bd> ip6 <ip6>") \
2103221032
_(one_ndp_bd_get, "") \
2103321033
_(one_ndp_entries_get, "bd <bridge-domain>") \
21034-
_(one_add_del_l2_arp_entry, "[del] mac <mac> bd <bd> ip4 <ip4>") \
21034+
_(one_add_del_l2_arp_entry, "[del] mac <mac> bd <bd> ip <ip4>") \
2103521035
_(one_l2_arp_bd_get, "") \
2103621036
_(one_l2_arp_entries_get, "bd <bridge-domain>") \
2103721037
_(one_stats_enable_disable, "enable|disable") \

0 commit comments

Comments
 (0)