2 コミット aad25767f7 ... 988c969985

作者 SHA1 メッセージ 日付
  JDierkse 988c969985 Enable use of DHCPRELEASE 5 日 前
  JDierkse aad25767f7 Enable use of DHCPRELEASE 5 日 前
1 ファイル変更2 行追加0 行削除
  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