From: Brant Lin Date: Wed, 13 Jun 2018 10:01:58 +0000 (-0400) Subject: Fix sw-if-index display error. X-Git-Tag: v18.07-rc1~149 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=285434a858d2b53b15c572ad491b9ca3b40fcef3;hp=285434a858d2b53b15c572ad491b9ca3b40fcef3;p=vpp.git Fix sw-if-index display error. If the sw-if-index is set to -1, it will send out all interfaces' arp enties. In this case, the sw-if-index is always set to -1. It is not correct. Change-Id: I21e9ee078c757ac7efa70a2a1f1a7a4eb73d66a1 Signed-off-by: Brant Lin ---