X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=setup-egre-link;h=dc314969e4b6dc6b3c55a56ab503c438264861a6;hb=refs%2Fremotes%2Fsvn%2Ftrunk;hp=7264bb3ddf37523df392bfb2c3a6c3beab807c1b;hpb=9a8b3bd2194133bacafda65f972f56eed1a7341d;p=nodemanager-topo.git 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