Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds support for bridged networking. #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 29, 2016

  1. Adds support for bridged networking.

    The user may create bridges and connect them to host interfaces. Then,
    they can specify a bridge with the --bridge option, and qemu will create
    a tap device and connect it to that bridge. You can pass the same bridge
    multiple times to create several guest interfaces on the same bridge.
    The startup script requests a DHCP lease on all interfaces.
    Stephen Brennan committed Nov 29, 2016
    Configuration menu
    Copy the full SHA
    c8e877c View commit details
    Browse the repository at this point in the history