one_dhcpd

The Elixir DHCP Server that only serves one very important client

APACHE-2.0 License

Downloads
263.4K
Stars
8
Committers
1
one_dhcpd - Latest Release

Published by fhunleth 5 months ago

  • Changes
    • Fix Elixir 1.17 deprecation warnings
one_dhcpd -

Published by fhunleth over 1 year ago

  • Changes
    • Fix Elixir 1.15 deprecation warnings
one_dhcpd -

Published by fhunleth about 2 years ago

  • Changes
    • Fix Elixir 1.14 warning during compilation
    • Raise minimum Elixir version to 1.11 similar to other Nerves-related
      libraries. It should still work, but it's no longer verified on CI, and I'm
      no longer supporting issues with earlier Elixir versions.
one_dhcpd -

Published by fhunleth over 2 years ago

This release removes OneDHCPD.start_server/2 and makes OneDHCPD a library
rather than an OTP Application. If you're using VintageNetDirect, you won't
notice this change since it didn't use OneDHCPD.start_server/2 anyway. If
you're using OneDHCPD.start_server/2, then add OneDHCP.Server to your
application's supervision tree.

one_dhcpd -

Published by fhunleth almost 3 years ago

This release bumps the version number to 1.0.0. No functional changes were made.

  • Improvements
    • Minor code and documention cleanup
one_dhcpd -

Published by fhunleth about 4 years ago

  • Bug fixes
    • Fix missing :crypto dependency warning on Elixir 1.11
one_dhcpd -

Published by fhunleth almost 5 years ago

  • Bug fixes
    • Fix C compiler warning
one_dhcpd -

Published by fhunleth about 5 years ago

  • Improvements

    • Added OneDHCPD.prefix_length() for a more convenient integration with
      vintage_net
  • Bug fixes

    • Non-code affecting Dialyzer and compiler warning fixes
    • Fixed a currently unused DHCP option encoder (found when Dialyzing)
one_dhcpd -

Published by fhunleth over 5 years ago

  • Bug fixes
    • Switch from 172.16.0.0/12 to 172.31.0.0/16 for the default addresses. This
      avoids conflicts with Docker's use of 172.18.0.0/16.
one_dhcpd -

Published by fhunleth over 5 years ago

  • Bug fixes
    • Move build products under _build so that it's not required to build clean
      between switching targets.
one_dhcpd -

Published by fhunleth about 6 years ago

  • Bug fixes
    • Send DHCP NAKs when clients request the wrong IP address. Speeds up getting
      the right address when switching networks.
one_dhcpd -

Published by fhunleth about 6 years ago

Initial release

Package Rankings
Top 18.06% on Hex.pm
Badges
Extracted from project README
CircleCI Hex version