chiark / gitweb /
svc: Peer management services.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 19 Apr 2010 20:11:05 +0000 (21:11 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 19 Apr 2010 20:11:05 +0000 (21:11 +0100)
commita62f8e8a94bf56194539f7140a1215bc74309b36
treeec03dd41583200dd776b12be6fd5e6f654acc4eb
parent6005ef9bfba49124a25825a5b044d4f4cbf02792
svc: Peer management services.

  * connect arranges to connect to named peers, and respond to incoming
    connections.

  * watch detects newly added peers, and configures interfaces and makes
    outgoing connections accordingly.

Also update the init script so as to start services found in
/etc/tripe/services.
18 files changed:
Makefile.am
debian/.gitignore
debian/control
debian/rules
debian/tripe-peer-services.dirs [new file with mode: 0644]
debian/tripe-peer-services.install [new file with mode: 0644]
debian/tripe.dirs
init/tripe-init.in
peerdb/peers.in.5.in
py/tripe.py.in
server/Makefile.am
svc/Makefile.am
svc/connect.8.in [new file with mode: 0644]
svc/connect.in [new file with mode: 0644]
svc/tripe-ifup.8.in [new file with mode: 0644]
svc/tripe-ifup.in [new file with mode: 0644]
svc/watch.8.in [new file with mode: 0644]
svc/watch.in [new file with mode: 0644]