From 0fcad41b81052d3747d8be1945fdfbdf3725d86b Mon Sep 17 00:00:00 2001 From: Jan Huwald Date: Fri, 27 Apr 2012 20:45:38 +0000 Subject: enable gossip protocol for wifi ccfg wire ccfg is not distributed as it is local per node (also add the forgotten symlink for the splash p2ptbl) diff --git a/files/common/etc/crontabs/root b/files/common/etc/crontabs/root index 178f6e3..3a902c5 100644 --- a/files/common/etc/crontabs/root +++ b/files/common/etc/crontabs/root @@ -1,5 +1,7 @@ -* * * * * /sbin/p2ptbl gossip /tmp/p2ptbl/gwip 500 br-mesh -* * * * * /sbin/p2ptbl gossip /tmp/p2ptbl/update 500 br-mesh +* * * * */10 /sbin/p2ptbl gossip /tmp/p2ptbl/ccfg_wifi 500 br-mesh +* * * * * /sbin/p2ptbl gossip /tmp/p2ptbl/gwip 500 br-mesh +* * * * * /sbin/p2ptbl gossip /tmp/p2ptbl/splash 500 br-mesh +* * * * * /sbin/p2ptbl gossip /tmp/p2ptbl/update 500 br-mesh * * * * * /sbin/fsm watch inetable * * * * * /sbin/fsm watch update * * * * * /sbin/splash_sync diff --git a/files/common/hbbp/p2ptbl/ccfg_wifi b/files/common/hbbp/p2ptbl/ccfg_wifi new file mode 120000 index 0000000..7d15fc0 --- /dev/null +++ b/files/common/hbbp/p2ptbl/ccfg_wifi @@ -0,0 +1 @@ +/sbin/p2ptbl-recv \ No newline at end of file diff --git a/files/common/hbbp/p2ptbl/splash b/files/common/hbbp/p2ptbl/splash new file mode 120000 index 0000000..7d15fc0 --- /dev/null +++ b/files/common/hbbp/p2ptbl/splash @@ -0,0 +1 @@ +/sbin/p2ptbl-recv \ No newline at end of file -- cgit v0.10.1