checking in license, etc. also checkpointing the irssi log parser; i'm about to remove the list-creation

This commit is contained in:
brent s
2017-11-20 06:37:46 -05:00
parent 9c528c4908
commit 045bcfaa0d
4 changed files with 789 additions and 0 deletions

View File

@@ -1,5 +1,7 @@
#!/usr/bin/env python3
# INCOMPLETE
# See RFC 2131, Figure 1 and Table 1 (section 2)
# Much thanks to https://github.com/igordcard/dhcplease for digging into dhcpcd
# source for the actual file structure (and providing inspiration).