From b5d06c677e1661435db8d9945619b3749836b6f3 Mon Sep 17 00:00:00 2001 From: Katze Miau Date: Fri, 9 Dec 2011 19:56:19 +0000 Subject: watch FSM inetable every minute, gossip gwip table at the same rate diff --git a/files/common/etc/crontabs/root b/files/common/etc/crontabs/root index 119bd61..3892b07 100644 --- a/files/common/etc/crontabs/root +++ b/files/common/etc/crontabs/root @@ -1,2 +1,4 @@ +* * * * * /sbin/p2ptbl gossip /tmp/p2ptbl/gwip 500 br-mesh * * * * * /sbin/p2ptbl gossip /tmp/p2ptbl/update 500 br-mesh +* * * * * /sbin/fsm watch inetable * * * * * /sbin/fsm watch update diff --git a/files/common/hbbp/p2ptbl/gwip b/files/common/hbbp/p2ptbl/gwip new file mode 120000 index 0000000..7d15fc0 --- /dev/null +++ b/files/common/hbbp/p2ptbl/gwip @@ -0,0 +1 @@ +/sbin/p2ptbl-recv \ No newline at end of file -- cgit v0.10.1