Skip to content
Snippets Groups Projects
Commit 1429b1ee authored by Tim Detwiler's avatar Tim Detwiler Committed by CQ bot account: commit-bot@chromium.org
Browse files

[vmm][virtio_net] Return ZX_OK for SetPromiscuousMode

This is needed to add this interface to a bridge.

Test: # Deploy fuchsia with debian_guest to device.
 (host) $ fx set terminal.x64 --with //garnet/packages/experimental:debian_guest --release
 (host) $ fx ota
 # Boot the guest. The vmm will create the 'ethv0' device
 # automatically.
 (fuchsia[0]) $ guest launch debian_guest --legacy-net=false
 # Bridge the new ethv0 to the physical NIC (ethp001f6 for me):
 (fuchsia[1]) $ ifconfig bridge ethv0 ethp001f6
 # Observe the bridge is successfully created.
Change-Id: I1f29726798439660dd03cfbd15a6a7f9db79fa56
parent c46818cc
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment