]> git.proxmox.com Git - mirror_lxc.git/commit - configure.ac
hooks: add dhclient hooks
authorJonathan Calmels <jcalmels@nvidia.com>
Wed, 8 Nov 2017 10:58:01 +0000 (05:58 -0500)
committerJonathan Calmels <jcalmels@nvidia.com>
Tue, 21 Nov 2017 00:54:16 +0000 (16:54 -0800)
commit27234deb3a87982b84381319595570f43f0b12f6
tree5b5765c4e615a24e734d13fe5b1c0e390451bb11
parentf6fc156515a0368659c957831bd7acdad1ee95a3
hooks: add dhclient hooks

Add new hooks leveraging dhclient from the host to automatically
configure the container interfaces. This is especially useful for
application containers which rely on an IPAM driver for network
configuration (e.g. Docker).

Signed-off-by: Jonathan Calmels <jcalmels@nvidia.com>
.gitignore
configure.ac
hooks/Makefile.am
hooks/dhclient-script [new file with mode: 0644]
hooks/dhclient-start.in [new file with mode: 0755]
hooks/dhclient-stop.in [new file with mode: 0755]