diff options
author | Igor Mikhailov (imichail) <imichail@cisco.com> | 2019-05-08 16:01:01 -0700 |
---|---|---|
committer | Paul Vinciguerra <pvinci@vinciconsulting.com> | 2019-05-09 14:16:39 +0000 |
commit | 54bc5e40cb92597f9e18c4085699cf02dfa5d585 (patch) | |
tree | 7d92b08fe385b230da05a6b50a2a6c3d4b57a0bd /src/vnet/l2/l2.api | |
parent | 211b28a1c267b9d02a920c8a65d202b585a9d437 (diff) |
Update API description
Change-Id: I2d616a30e745045789287cb13b26fb12d51d2884
Signed-off-by: Igor Mikhailov (imichail) <imichail@cisco.com>
Diffstat (limited to 'src/vnet/l2/l2.api')
-rw-r--r-- | src/vnet/l2/l2.api | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/vnet/l2/l2.api b/src/vnet/l2/l2.api index 1c2873fdf3c..f756b87868c 100644 --- 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 { |