blob: b423b41408dafde80e10ed5a0634c59edb086283 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
|
#!/bin/sh
# srcdn destdn targeti
## pri auth null auth -
## pri rep null auth -
## rem auth null auth -
## rem rep null auth -
#/ pri auth null rep - dup of pr_na
#/ pri rep null rep -
#/ rem auth null rep - dup of rr_na
#/ rem rep null rep -
## pri auth pri auth -
# pri rep pri auth -
## rem auth pri auth -
# rem rep pri auth -
# pri auth pri rep -
# pri rep pri rep -
# rem auth pri rep -
# rem rep pri rep -
## pri auth rem auth auth
# pri rep rem auth auth
## rem auth rem auth auth
# rem rep rem auth auth
# pri auth rem rep auth
# pri rep rem rep auth
# rem auth rem rep auth
# rem rep rem rep auth
# pri auth rem auth rep
# pri rep rem auth rep
# rem auth rem auth rep
# rem rep rem auth rep
# pri auth rem rep rep
# pri rep rem rep rep
# rem auth rem rep rep
# rem rep rem rep rep
types of operations
pri nul
srcdn=destdn
diff
rem nul
srci=srcdn=destdn
srci=srcdn
srcdn=destdn
srci=destdn
all different
pri pri
srcdn=destdn
different
rem pri
srci=srcdn=destdn
srci=srcdn
srcdn=destdn
srci=destdn
all different
pri rem
srcdn=destdn=desti
srcdn=destdn
destdn=desti
srcdn=desti
all different
rem rem
srci=srcdn=destdn=desti
srci=srcdn=destdn
srci=srcdn=desti
srci=destdn=desti
srcdni=destdn=desti
srci=srcdn destdn=desti
srci=destdn srcdn=desti
srci=desti srcdn=destdn
srci=srcdn
srci=destdn
srci=desti
srcdn=destdn
srcdn=desti
destdn=desti
all different
p n same
r n same
p n diff
r n diff
p p same
r p same
p r
|