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

Reformat Code to Linux modified KNR and add VM testing instructions #3

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

khers
Copy link

@khers khers commented Oct 13, 2023

Along the way we add arg parsing and the ability to bind our listening socket to a single interface.

khers added 4 commits October 13, 2023 13:41
We want to be able to bind our incoming socket to a specified address so
that we can be sure we are only responding to DHCP/BOOTP requests that
we intend (and not taking over these services for all our neighbors).
When specified, we only listen to this interface and we should only send
responses here as well.

Reformat the code to modified KNR used in the kernel.

Signed-off-by: Eric B Munson <[email protected]>
Create a bridge and tap device then attempt to boot a vm from that
device.

Signed-off-by: Eric B Munson <[email protected]>
This script will configure and start an instance of dnsmasq for vending
kernels and optionally initrds to machines via bootp and pxelinux.

Signed-off-by: Eric B Munson <[email protected]>
khers added 5 commits November 9, 2023 15:21
We cannot offer these files if we don't have them in place. Copy each
requested kernel file and initrd into the tftp target directory.

Signed-off-by: Eric B Munson <[email protected]>
We don't want the full source path for the kernel or initrd files to be
included in the TFTP config file for a host. Use the basename of the
source path provided.

Signed-off-by: Eric B Munson <[email protected]>
And be more specific about file copy operations.

Signed-off-by: Eric B Munson <[email protected]>
The slot was in the messge but we were missing the call to format.

Signed-off-by: Eric B Munson <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant