]> jfr.im git - solanum.git/blame - doc/technical/cluster.txt
merge two index pages
[solanum.git] / doc / technical / cluster.txt
CommitLineData
212380e3
AC
1Short description of how remote kline and friends are propagated under
2the old hyb7 style (CAP_KLN etc) and under the new style over ENCAP.
3
4CAP_KLN:
5:<source> KLINE <target> <time> <user> <host> :<reason>
6:<source> ENCAP <target> KLINE <time> <user> <host> :<reason>
7
8CAP_UNKLN:
9:<source> UNKLINE <target> <user> <host>
10:<source> ENCAP <target> UNKLINE <user> <host>
11
12CAP_CLUSTER:
13:<source> XLINE <target> <gecos> <type> :<reason>
14:<source> ENCAP <target> XLINE <time> <gecos> <type> :<reason>
15
16:<source> UNXLINE <target> <gecos>
17:<source> ENCAP <target> UNXLINE <gecos>
18
19:<source> RESV <target> <name> :<reason>
20:<source> ENCAP <target> RESV <time> <name> 0 :<reason>
21
22:<source> UNRESV <target> <name>
23:<source> ENCAP <target> UNRESV <name>
24