diff options
author | Jan Huwald <jh@sotun.de> | 2012-04-27 20:45:38 (GMT) |
---|---|---|
committer | Jan Huwald <jh@sotun.de> | 2012-04-27 20:45:38 (GMT) |
commit | 0fcad41b81052d3747d8be1945fdfbdf3725d86b (patch) | |
tree | b1aa1024bf3438535b24717492e5a2da2406b0ed | |
parent | c90d4f95dcb8b98210b87dade1fd0a4cfe9368cb (diff) |
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)
-rw-r--r-- | files/common/etc/crontabs/root | 6 | ||||
l--------- | files/common/hbbp/p2ptbl/ccfg_wifi | 1 | ||||
l--------- | files/common/hbbp/p2ptbl/splash | 1 |
3 files changed, 6 insertions, 2 deletions
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 |