aboutsummaryrefslogtreecommitdiffstats
path: root/junos-bootstrap/dhcpd
Commit message (Collapse)AuthorAgeLines
* rename + fixesJonas Lindstad2015-03-16-740/+0
|
* latest console output from DHCP serverJonas Lindstad2015-02-20-22/+142
|
* Tested working with no static data - pure DB implementationJonas Lindstad2015-02-20-20/+10
|
* Now supports the new lease() implementation - updates 'current_mac' on leaseJonas Lindstad2015-02-19-21/+39
|
* Replaced initial implementation - now supports updating fields. A bit more ↵Jonas Lindstad2015-02-19-0/+89
| | | | query heavy now, but should not cause any problems
* Now utilizing a lot more of the DB data. Small cleanup. Somewhat untested, ↵Jonas Lindstad2015-02-13-68/+53
| | | | not enough time to do so over this weekend
* Minor updates, documentation and fixesJonas Lindstad2015-02-13-0/+18
|
* Updated with todays work. Cleaned up, better checks, better CLI outputJonas Lindstad2015-02-05-94/+130
|
* Cleanup, removed unused codeJonas Lindstad2015-02-04-85/+11
|
* First test with Postgres as backend. Separated the lease logic to a separate ↵Jonas Lindstad2015-02-03-22/+171
| | | | module. Added cli dump 'in action'
* Merge branch 'master' of https://github.com/tech-server/tgmanageJonas Lindstad2015-02-02-14/+0
|\
| * Delete uninteresting_clidump.logldev2015-02-02-14/+0
| | | | | | Irrelevant due to switch from Python2 to Python3, and restructuring of the whole codebase
* | Added crafting of option 43 (43), a todo list, and other small improvementsJonas Lindstad2015-02-02-11/+35
|/
* Now compatible with dhcpcd at a very basic level. Still a lot of static data ↵Jonas Lindstad2015-02-02-16/+42
| | | | though
* Moved option crafting to separate class, cleanup, fixes. Still not ↵Jonas Lindstad2015-02-01-110/+160
| | | | functional, but getting close
* Converted to Python3 and rewrote much of it. Still not usable for anythingJonas Lindstad2015-02-01-198/+235
|
* Started playing around parsing DHCP packets. Nothing usable/interesting yetJonas Lindstad2015-01-30-0/+286