diff options
author | Katze Miau <miaukatzemiau@priveasy.de> | 2011-12-03 12:24:32 (GMT) |
---|---|---|
committer | Katze Miau <miaukatzemiau@priveasy.de> | 2011-12-03 12:24:32 (GMT) |
commit | 60e35b6e6150950f52ff0472b7e61884a5b3a752 (patch) | |
tree | 647985233e5d652af5b05d3ea1f45458438dcfed | |
parent | e651f612faaab8db756269e65a439e1d63601793 (diff) |
add p2ptbl "test" as example
The table broadcasted once per minute over br-mesh. To fill the table
with contents on all nodes, run:
p2ptbl update /tmp/p2ptbl/test somekey somevalue
on one node. If the command shall have immediate effect, run:
p2ptbl update /tmp/p2ptbl/test somekey somevalue br-mesh
-rw-r--r-- | files/common/etc/crontabs/root | 2 | ||||
l--------- | files/common/hbbp/p2ptbl/test | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/files/common/etc/crontabs/root b/files/common/etc/crontabs/root index 8b13789..09298c8 100644 --- a/files/common/etc/crontabs/root +++ b/files/common/etc/crontabs/root @@ -1 +1 @@ - +* * * * * /sbin/p2ptbl gossip /tmp/p2ptbl/test 100 br-mesh diff --git a/files/common/hbbp/p2ptbl/test b/files/common/hbbp/p2ptbl/test new file mode 120000 index 0000000..7d15fc0 --- /dev/null +++ b/files/common/hbbp/p2ptbl/test @@ -0,0 +1 @@ +/sbin/p2ptbl-recv
\ No newline at end of file |