]> git.proxmox.com Git - mirror_lxc.git/commit
Add a local implementation of ifaddrs.h
authorStéphane Graber <stgraber@ubuntu.com>
Fri, 16 Aug 2013 09:47:10 +0000 (11:47 +0200)
committerStéphane Graber <stgraber@ubuntu.com>
Mon, 19 Aug 2013 12:32:41 +0000 (14:32 +0200)
commit4ba0d9af63fbf7e9acfa068a1fe36b3d287b9c6b
treef835a10f57538c77350c5d960bd0f1609d3b4771
parentd24d56d7ee3420bb79238ff84cad07c20cf4757d
Add a local implementation of ifaddrs.h

This adds a local ifaddrs implementation to be used on Bionic or other C
libraries that don't come with a getifaddrs implementation.

This code was written by Kenneth MacKay and is under a two-clause BSD
license (copyright information in the file headers).

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com>
configure.ac
src/include/ifaddrs.c [new file with mode: 0644]
src/include/ifaddrs.h [new file with mode: 0644]
src/lxc/Makefile.am
src/lxc/conf.c
src/lxc/lxccontainer.c