From 60e35b6e6150950f52ff0472b7e61884a5b3a752 Mon Sep 17 00:00:00 2001 From: Katze Miau Date: Sat, 3 Dec 2011 12:24:32 +0000 Subject: 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 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 -- cgit v0.10.1