File: TODO

package info (click to toggle)
pydhcplib 0.6.2-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 288 kB
  • ctags: 211
  • sloc: python: 1,478; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 687 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
* Options should be available in list or directly in string form
* Server_identifier is not correctly set for selecting state
* Write test scripts
* Better exception handling
* Docs
* Package for various systems
* Add directory type for dhcp_file_io (multiple file IO support)
* Change interface to linux_interface and search for *BSD management
* Add a packet.SetTextOption for textual data handling
* Handle Maximum DHCP Message Size (option 57)
* Handle Overload (option 52)

OK * Use recvfrom instead of recv to store source IP of the received packet.
OK * Do simple SetParameter in dhcp_packet class to read human readable data (look at anemon server code)
OK * Finish import class