X-Git-Url: http://git.onelab.eu/?p=nodemanager-topo.git;a=blobdiff_plain;f=setup-egre-link;h=dc314969e4b6dc6b3c55a56ab503c438264861a6;hp=7264bb3ddf37523df392bfb2c3a6c3beab807c1b;hb=86d792c6351603bb37aca9d7de6dc4a74d6d631e;hpb=9a8b3bd2194133bacafda65f972f56eed1a7341d diff --git a/setup-egre-link b/setup-egre-link index 7264bb3..dc31496 100755 --- a/setup-egre-link +++ b/setup-egre-link @@ -16,7 +16,7 @@ modprobe ip_gre ### Setup EGRE tunnel EGRE=d$LINK -ip tunnel add $EGRE mode gre type eth remote $REMOTE key $KEY ttl 64 +ip link add $EGRE type gretap remote $REMOTE key $KEY ttl 64 ip link set $EGRE up ### Setup macvlan