2 Commits aad25767f7 ... 988c969985

Author SHA1 Message Date
  JDierkse 988c969985 Enable use of DHCPRELEASE 5 days ago
  JDierkse aad25767f7 Enable use of DHCPRELEASE 5 days ago
1 changed files with 2 additions and 0 deletions
  1. 2 0
      net-dhcp/udhcpc.py

+ 2 - 0
net-dhcp/udhcpc.py

@@ -8,6 +8,8 @@ from os import path
 from select import select
 import threading
 import subprocess
+import signal
+import time
 import logging
 
 from eventfd import EventFD