diff options
author | Paul Vinciguerra <pvinci@vinciconsulting.com> | 2020-04-28 01:12:04 -0400 |
---|---|---|
committer | Paul Vinciguerra <pvinci@vinciconsulting.com> | 2020-04-28 01:12:04 -0400 |
commit | c0e9441e79b63ea09d5b282910d104960d45026d (patch) | |
tree | e677ccc526c70a82cd2702be7c42864392b1279f /src/vnet/l2 | |
parent | f5445bf36f3be001ca50881c66853718073771b8 (diff) |
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 <pvinci@vinciconsulting.com>
Diffstat (limited to 'src/vnet/l2')
-rw-r--r-- | src/vnet/l2/l2.api | 2 |
1 files changed, 1 insertions, 1 deletions
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 |