GithubHelp home page GithubHelp logo

dhcpkit's People

Contributors

corinnepritchard avatar cougar avatar steffann avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dhcpkit's Issues

User Class option is not correctly parsed

Hello,

DHCPv6 packets contaning valid User Class option (15) are not taken into account.
2016-04-30 00:09:55,740 [MainThread] root#684 [WARNING] Invalid message from fe80::964a:cff:feb0:1a8e%eth0: Invalid packet from ('fe80::964a:cff:feb0:1a8e%eth0', 546, 0, 14)
After some investigations I was able to fix the issue on class UserClassOption(Option):
On load_from function after getting the size of the user class (user_class_length = unpack_from('!H', buffer, offset=offset + my_offset)[0]) we have to increase my_offset by 2 (user-class-len) to get the offset of opaque-data.
----> This command (my_offset += 2) should be inserted on line 1792 just before getting the user_class. (options.py)

Regards,
Amine.

IPv4 support

DHCPKit is cool! I want to be able to do the same for IPv4

LeaseQuery support

Nagios test

Implement a way to test DHCPKit availability form Nagios

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.