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

Tap group functionality #24

Closed
io7m opened this issue Jul 19, 2020 · 1 comment
Closed

Tap group functionality #24

io7m opened this issue Jul 19, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@io7m
Copy link
Owner

io7m commented Jul 19, 2020

Add groups to tap/vmnet devices. Essentially, we want for the run commands used to start a virtual machine to add the relevant tap/vmnet devices to any specified groups, with ifconfig group.

@io7m io7m added the enhancement New feature or request label Jul 19, 2020
@io7m io7m self-assigned this Jul 19, 2020
io7m added a commit that referenced this issue Jul 19, 2020
This adds support for interface groups to the data model, but does
not yet provide any commands to manipulate them.

Affects: #24
io7m added a commit that referenced this issue Jul 19, 2020
io7m added a commit that referenced this issue Jul 19, 2020
This execute various ifconfig commands prior to running a virtual
machine. Firstly, the tap/vmnet device is created with "ifconfig
create".  This step is allowed to fail; the device may already
exists. Secondly, the MAC address of the device is configured. This
step is not allowed to fail; if it fails, the device probably does
not exist. Lastly, the device is added to all of the groups defined,
if any are defined. These steps aren't allowed to fail.

Affects: #24
@io7m
Copy link
Owner Author

io7m commented Jul 19, 2020

Finished in 3ef9a2f.

@io7m io7m closed this as completed Jul 19, 2020
io7m added a commit that referenced this issue Jul 25, 2020
Release: com.io7m.waxmill 0.0.3
Change: Automatically create virtual machine filesystems (Ticket: #23)
Change: Fix LPC bootrom formatting (Ticket: #26)
Change: Add --replace options to device commands (Ticket: #25)
Change: Add support for interface groups (Ticket: #24)
io7m added a commit that referenced this issue Jul 25, 2020
Release: com.io7m.waxmill 0.0.3

Change: Automatically create virtual machine filesystems (Ticket: #23)
Change: Fix LPC bootrom formatting (Ticket: #26)
Change: Add --replace options to device commands (Ticket: #25)
Change: Add support for interface groups (Ticket: #24)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant