From c0e9441e79b63ea09d5b282910d104960d45026d Mon Sep 17 00:00:00 2001 From: Paul Vinciguerra Date: Tue, 28 Apr 2020 01:12:04 -0400 Subject: tests: move defaults from defaultmapping to .api files facilitates use of papi beyond the tests. Type: improvement Change-Id: I3d502d9130b81a7fb65ee69bb06fe55802b28a27 Signed-off-by: Paul Vinciguerra --- src/vnet/l2/l2.api | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vnet/l2/l2.api') diff --git a/src/vnet/l2/l2.api b/src/vnet/l2/l2.api index 00ff66c9019..b6bd4b5f7b1 100644 --- a/src/vnet/l2/l2.api +++ b/src/vnet/l2/l2.api @@ -610,7 +610,7 @@ autoreply define bvi_delete vl_api_interface_index_t sw_if_index; }; -/** \brief Register for IP4 ARP resolution event on receing ARP reply or +/** \brief Register for IP4 ARP resolution event on receiving ARP reply or MAC/IP info from ARP requests in L2 BDs @param client_index - opaque cookie to identify the sender @param context - sender context, to match reply w/ request -- cgit 1.2.3-korg