2 Commits aad25767f7 ... 988c969985

Autor SHA1 Mensaje Fecha
  JDierkse 988c969985 Enable use of DHCPRELEASE hace 5 días
  JDierkse aad25767f7 Enable use of DHCPRELEASE hace 5 días
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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