From: Andy Bavier Date: Wed, 1 Oct 2008 17:00:27 +0000 (+0000) Subject: Add ttl to virtual link for OSPF X-Git-Tag: vsys-0.9-0~40 X-Git-Url: http://git.onelab.eu/?p=vsys.git;a=commitdiff_plain;h=2ff1d83ce67954109341d8878d9228657da77516 Add ttl to virtual link for OSPF --- diff --git a/factory/setup-link b/factory/setup-link index 78bc750..58a431f 100755 --- a/factory/setup-link +++ b/factory/setup-link @@ -24,7 +24,7 @@ modprobe etun ### Setup EGRE tunnel EGRE=d$LINK -$IP tunnel add $EGRE mode gre/eth remote $REMOTE key $KEY +$IP tunnel add $EGRE mode gre/eth remote $REMOTE key $KEY ttl 64 $IP link set $EGRE up ### Setup etun