From 833f3d9d3796b96632ca8a413500ce2c3406ae65 Mon Sep 17 00:00:00 2001 From: Katze Miau Date: Fri, 9 Dec 2011 15:32:50 +0000 Subject: add cron job to watch update FSM and gossip update p2p table For debugging reasons both cronjobs are executed once per minute. This rate should be reduced before deployment in larger networks. diff --git a/files/common/etc/crontabs/root b/files/common/etc/crontabs/root index 09298c8..555c4dd 100644 --- a/files/common/etc/crontabs/root +++ b/files/common/etc/crontabs/root @@ -1 +1,3 @@ * * * * * /sbin/p2ptbl gossip /tmp/p2ptbl/test 100 br-mesh +* * * * * /sbin/p2ptbl gossip /tmp/p2ptbl/update 500 br-mesh +* * * * * /sbin/fsm watch update diff --git a/files/common/hbbp/p2ptbl/update b/files/common/hbbp/p2ptbl/update new file mode 120000 index 0000000..7d15fc0 --- /dev/null +++ b/files/common/hbbp/p2ptbl/update @@ -0,0 +1 @@ +/sbin/p2ptbl-recv \ No newline at end of file -- cgit v0.10.1