pvl/dhcp/tests.py
Mon, 02 Mar 2015 01:29:56 +0200 Tero Marttila pvl.dhcp.config: fix block stack to have .load() actually return the top-level block
Mon, 02 Mar 2015 01:00:48 +0200 Tero Marttila pvl.dhcp.config: make quoting context-sensitive, so that only certain items get special quoting..
Mon, 02 Mar 2015 00:38:59 +0200 Tero Marttila pvl.dhcp.tests: test build_block()
Mon, 02 Mar 2015 00:19:39 +0200 Tero Marttila pvl.dhcp.config: loosen up TOKEN even further to permit unquoted IP addresses and ethernet addresses
Sun, 01 Mar 2015 22:26:29 +0200 Tero Marttila pvl.dhcp.config: refactor DHCPConfigParser to use shlex and yield Block objects, change build_block() to use Block; tests