Commit Graph

13 Commits (866bb1b5cd79ddbe8289dba3f150d008d7ad5114)

Author SHA1 Message Date
Jack O'Sullivan 866bb1b5cd Minor fixes 5 years ago
Jack O'Sullivan 7afa8efbd6 Further work reducing file descriptor leaks
The file descriptor problem is multi-tiered... Maintaining pyroute2 NDB
sources in namespaces keeps a proxy process running in each namespace,
wasting a lot of file descriptors on pipes. It also leaks some of these
pipes upon removal of sources! Even the Python Docker client leaks its
sockets! (https://github.com/docker/docker-py/issues/1293)
5 years ago
Jack O'Sullivan 717d856e50 Use single-threaded WSGI server and fix mqissues 5 years ago
Jack O'Sullivan 1c3c2ec5d5 Fix `NSPopen` proxy leaks 5 years ago
Jack O'Sullivan 7933149acf Send hostname with persistent DHCP requests 5 years ago
Jack O'Sullivan 010e9203a9 Send DHCPv4 vendor identifier 5 years ago
Jack O'Sullivan 644731410b Support DHCPv6 5 years ago
Jack O'Sullivan 55070e3a6a Improve udhcpc event handling 5 years ago
Jack O'Sullivan d9772c3ef7 Improved DHCP client messaging 5 years ago
Jack O'Sullivan 260d78f374 DHCP client cleanup 5 years ago
Jack O'Sullivan aa269d25c2 Add DHCP client in container 5 years ago
Jack O'Sullivan 02d5109ced Use gateway from DHCP 5 years ago
Jack O'Sullivan 05aec4b0f8 Initial DHCP functionality 5 years ago