From: Mohsin Kazmi Date: Thu, 19 Mar 2020 13:03:31 +0000 (+0100) Subject: virtio: fix link up/down flag X-Git-Tag: v20.09-rc0~376 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=529f0e97b6064039c500adce0d54b738954b2ffa;hp=529f0e97b6064039c500adce0d54b738954b2ffa;p=vpp.git virtio: fix link up/down flag Type: fix "set int state down" puts the virtio device link down. It will not put the link in "UP" state, when "set int state " will be used again to change the interface admin up. This patch fixes it. To test: create tap set int state tap0 up set int state tap0 down sh hardware sh int set int state tap0 up sh int sh hardware Change-Id: I3c0e31539f8a2a1e40220e7fb57eedecf408f067 Signed-off-by: Mohsin Kazmi ---