From: John Lo Date: Mon, 7 Jan 2019 20:16:33 +0000 (-0500) Subject: L2 BD API to flush all IP-MAC entries in the specified BD X-Git-Tag: v19.04-rc0~36 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=e26c81fc80d1ce9a8746ebf4009149849b04f60f;hp=e26c81fc80d1ce9a8746ebf4009149849b04f60f;p=vpp.git L2 BD API to flush all IP-MAC entries in the specified BD Implement API/CLI to clear IP-MAC tables used for ARP-termination in the specified bridge domain. The CLI to flush MAC IP tables for a BD is: set bridge-domain arp entry del-all The API added is bd_ip_mac_flush. Change-Id: I34ceb87c0f480c7102f6559312c24081ed485af8 Signed-off-by: John Lo ---