diff options
author | Daniel Lezcano <daniel.lezcano@free.fr> | 2009-12-28 22:10:11 +0100 |
---|---|---|
committer | Daniel Lezcano <dlezcano@fr.ibm.com> | 2009-12-28 22:10:11 +0100 |
commit | e892973e391aa93f4aac144527400ae24ad68032 (patch) | |
tree | b86be52aae96e6545e3dcb484da476c5f65d8852 /configure.ac | |
parent | busybox template (diff) | |
download | lxc-e892973e391aa93f4aac144527400ae24ad68032.tar.gz lxc-e892973e391aa93f4aac144527400ae24ad68032.tar.bz2 lxc-e892973e391aa93f4aac144527400ae24ad68032.zip |
add macvlan vepa and bridge mode
The future kernel 2.6.33 will incorporate the macvlan bridge
mode where all the macvlan will be able to communicate if they are
using the same physical interface. This is an interesting feature
to have containers to communicate together. If we are outside of the
container, we have to setup a macvlan on the same physical interface than
the containers and use it to communicate with them.
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a634e86..0cd8e95 100644 --- a/configure.ac +++ b/configure.ac @@ -44,7 +44,7 @@ AS_AC_EXPAND(DOCDIR, $docdir) AC_ARG_WITH([config-path], [AC_HELP_STRING( [--with-config-path=dir], - [lxc configuration repository] + [lxc configuration repository path] )], [], [with_config_path="${localstatedir}/lib/lxc"]) AS_AC_EXPAND(LXC_GENERATE_DATE, "$(date)") |