docker-net-dhcp/net-dhcp
Jack O'Sullivan 4072ce8de4 Manually apply MAC address when supplied (fixes #1)
If specified (via `--mac-address`), Docker only applies a user-selected
MAC address when moving the interface into the container's network
namespace. This means that the initial run of `udhcpc` will use the
random veth MAC address, breaking any statically configured leases
(since this is the IP address that Docker will assign to the container).
2019-09-01 12:55:12 +01:00
..
__init__.py Use logging formatter 2019-08-23 22:21:43 +01:00
network.py Manually apply MAC address when supplied (fixes #1) 2019-09-01 12:55:12 +01:00
udhcpc_handler.py Support DHCPv6 2019-08-26 13:58:56 +01:00
udhcpc.py Send hostname with persistent DHCP requests 2019-08-26 22:46:54 +01:00