]> git.pld-linux.org Git - packages/lxc.git/blobdiff - lxc_macvlan
- separated -static, added static bcond (lxc.init.static binary, not related to stati...
[packages/lxc.git] / lxc_macvlan
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.068356 seconds and 4 git commands to generate.