virtio: fix link up/down flag 40/26140/2
authorMohsin Kazmi <sykazmi@cisco.com>
Thu, 19 Mar 2020 13:03:31 +0000 (14:03 +0100)
committerAndrew Yourtchenko <ayourtch@gmail.com>
Fri, 27 Mar 2020 14:28:37 +0000 (14:28 +0000)
commitd6420459c751df65a28f38751e9bac02dc475725
treec888347bd2f906c75b58ba3ea647df38e5982501
parent4f81e6ffe1a89ef4ca6789966ea8ab986a40ce8f
virtio: fix link up/down flag

Type: fix

"set int state <interface> down" puts the virtio device link
down. It will not put the link in "UP" state, when
"set int state <interface up>" 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 <sykazmi@cisco.com>
(cherry picked from commit 529f0e97b6064039c500adce0d54b738954b2ffa)
src/vnet/devices/virtio/device.c