blob: c3cd0041621ed564d69ef1b935489f5ab619fe94 (
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
|
There are several tasks that are pending to be done, I have classified them
by dificulty levels:
= Relatively easy =
[ ] improve shell scripts for keepalived/heartbeat: *really* important
[X] NACK as default protocol
[X] rename persistent to alarm, rename nack to ftfw
[X] manpage for conntrackd(8)
[ ] add scripts to use the floating priority feature in keepalived to avoid
premature take over.
[X] ignorepool with unlimited size and ignore networks
[ ] selective conntracks removal
[ ] debian/rpm packages
[X] improve website
[X] Dumazet improvement hashtable (multiply vs. divide)
[X] add secmark support
[X] logging support for the statistics mode
= Requires some work =
[ ] study better keepalived transitions
[X] fix ipv6 support
[X] add support setup related conntracks
[X] NAT sequence adjustment support
= Open issues that won't be ever resolved =
* unsupported stateful iptables matches:
* connbytes: probably the persistent may support it
* recent: requires further study
* quota: private data counters
= conntrack =
* add support for -D --dport 1000
* improve error messages
* add support for SCTP (requires kernel >= 2.6.25)
|