2 Commity aad25767f7 ... 988c969985

Autor SHA1 Wiadomość Data
  JDierkse 988c969985 Enable use of DHCPRELEASE 5 dni temu
  JDierkse aad25767f7 Enable use of DHCPRELEASE 5 dni temu
1 zmienionych plików z 2 dodań i 0 usunięć
  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