From 2ff1d83ce67954109341d8878d9228657da77516 Mon Sep 17 00:00:00 2001 From: Andy Bavier Date: Wed, 1 Oct 2008 17:00:27 +0000 Subject: [PATCH] Add ttl to virtual link for OSPF --- factory/setup-link | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.0