Code Review
/
vpp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
211b28a
)
Update API description
37/19437/2
author
Igor Mikhailov (imichail)
<
[email protected]
>
Wed, 8 May 2019 23:01:01 +0000
(16:01 -0700)
committer
Paul Vinciguerra
<
[email protected]
>
Thu, 9 May 2019 14:16:39 +0000
(14:16 +0000)
Change-Id: I2d616a30e745045789287cb13b26fb12d51d2884
Signed-off-by: Igor Mikhailov (imichail) <
[email protected]
>
src/vnet/l2/l2.api
patch
|
blob
|
history
diff --git
a/src/vnet/l2/l2.api
b/src/vnet/l2/l2.api
index
1c2873f
..
f756b87
100644
(file)
--- a/
src/vnet/l2/l2.api
+++ b/
src/vnet/l2/l2.api
@@
-479,9
+479,8
@@
autoreply define sw_interface_set_l2_bridge
@param context - sender context, to match reply w/ request
@param bd_id - the bridge domain to set the flags for
@param is_add - if non-zero, add the entry, else clear it
- @param is_ipv6 - if non-zero, ipv6 address, else ipv4 address
- @param mac_address - MAC address
- @param
+ @param ip - ipv4 or ipv6 address
+ @param mac - MAC address
*/
autoreply define bd_ip_mac_add_del
{