]> git.pld-linux.org Git - packages/lxc.git/commitdiff
Rel 2 - do not change ip_forward when using macvlan device. macvlan lxc may work... auto/th/lxc-1.1.3-2
authorMateusz Korniak <matkor@pld-linux.org>
Fri, 18 Sep 2015 08:36:26 +0000 (10:36 +0200)
committerMateusz Korniak <matkor@pld-linux.org>
Fri, 18 Sep 2015 08:36:26 +0000 (10:36 +0200)
lxc.spec
lxc_macvlan

index bbeeb35e04017dcbc3fc21921d81d69d67dbc47a..4825f4cceea0e4e167df11b2c9ba97ccb387909a 100644 (file)
--- a/lxc.spec
+++ b/lxc.spec
@@ -13,7 +13,7 @@ Summary:      Linux Containers userspace tools
 Summary(pl.UTF-8):     Narzędzia do kontenerów linuksowych (LXC)
 Name:          lxc
 Version:       1.1.3
-Release:       1
+Release:       2
 License:       LGPL v2.1+
 Group:         Applications/System
 Source0:       https://linuxcontainers.org/downloads/lxc/%{name}-%{version}.tar.gz
index 4f9a22d9dd9154b1f067c69c4ccf785f9cdc4fa9..694a4fa597001faec8a3365201cd4de4795e0d63 100755 (executable)
@@ -2,9 +2,6 @@
 
 # additional macvlan interface for lxc
 
-# TODO: add additional iptables rules / ipv6 / ip_forward
-
-
 macvlan_test_config(){
 
     # check if all required configurations have been set
@@ -36,7 +33,6 @@ macvlan_gen_default_hwaddr(){
 
 macvlan_start() {
     echo "LXC macvlan interface start"
-    echo 1 > /proc/sys/net/ipv4/ip_forward
     macvlan_test_config
 
     set -e
@@ -63,4 +59,4 @@ macvlan_status() {
 
     set -e
     ip addr show $MACVLAN_NAME
-}
\ No newline at end of file
+}
This page took 0.11504 seconds and 4 git commands to generate.