diff options
author | Katze Miau <miaukatzemiau@priveasy.de> | 2011-12-09 19:56:19 (GMT) |
---|---|---|
committer | Katze Miau <miaukatzemiau@priveasy.de> | 2011-12-09 19:56:19 (GMT) |
commit | b5d06c677e1661435db8d9945619b3749836b6f3 (patch) | |
tree | d0b73c8f523d36ba7dd39c7339fbab246b7d95f2 /files/common | |
parent | cd9f7aca64327e29cc8acb55d94f21a2da03330e (diff) |
watch FSM inetable every minute, gossip gwip table at the same rate
Diffstat (limited to 'files/common')
-rw-r--r-- | files/common/etc/crontabs/root | 2 | ||||
l--------- | files/common/hbbp/p2ptbl/gwip | 1 |
2 files changed, 3 insertions, 0 deletions
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 |