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

DHCP client & server #11

Merged
merged 11 commits into from
Dec 3, 2023
Merged

DHCP client & server #11

merged 11 commits into from
Dec 3, 2023

Commits on Dec 1, 2023

  1. WIP: DHCP with raw sockets

    ivmarkov committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    6b5c507 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2023

  1. WIP: DHCP bugfixing

    ivmarkov committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    8e8545e View commit details
    Browse the repository at this point in the history
  2. Working DHCP client

    ivmarkov committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    6a15ad5 View commit details
    Browse the repository at this point in the history
  3. DHCP - cleanup

    ivmarkov committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    b065e8e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f1c03da View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2023

  1. DHCP API complete

    ivmarkov committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    39097c6 View commit details
    Browse the repository at this point in the history
  2. Only V4 sockets

    ivmarkov committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    3bef3e7 View commit details
    Browse the repository at this point in the history
  3. Shorten a bit the timeouts

    ivmarkov committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    3b426ee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1055e3e View commit details
    Browse the repository at this point in the history
  5. Error out on bad checksums

    ivmarkov committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    56625f1 View commit details
    Browse the repository at this point in the history
  6. Fix a typo

    ivmarkov committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    00ac86e View commit details
    Browse the repository at this point in the history