X-Git-Url: https://git.pld-linux.org/?a=blobdiff_plain;f=lxc_macvlan;h=694a4fa597001faec8a3365201cd4de4795e0d63;hb=refs%2Ftags%2Fauto%2Fth%2Flxc-1.1.3-2;hp=4f9a22d9dd9154b1f067c69c4ccf785f9cdc4fa9;hpb=557d1e739d131d1a17c7d9e329a28664346b0f4e;p=packages%2Flxc.git diff --git a/lxc_macvlan b/lxc_macvlan index 4f9a22d..694a4fa 100755 --- a/lxc_macvlan +++ b/lxc_macvlan @@ -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 +}