Skip to content

Commit c96855e

Browse files
authored
Update README.md
1 parent 74205b6 commit c96855e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,11 @@ type IPVSHandle interface {
2424
```
2525

2626
### TODO
27-
* IPVS stats export: decode the `IPVS_SVC_ATTR_STATS` and `IPVS_DEST_ATTR_STATS` into a stats struct.
2827
* IPVS state synchronization: support configuring the in-kernel IPVS sync daemon for supporting failover
2928
between IPVS routers, as done with keepalived `lvs_sync_daemon_interface`
3029

3130
### Acknowledgments
32-
* The code is first copied from https://github.com/qmsk/clusterf, so all kudos goes @qmsk. Move the code out into this dedicated project, with a better API, proper tests and concurrency safety, so everyone would benefit from having a good and well-tested package.
31+
* The code is first copied from https://github.com/qmsk/clusterf, so all kudos goes @SpComb. I moved the code out into this dedicated project, with a better API, proper tests and concurrency safety, so everyone would benefit from having a good and well-tested package.
3332

3433
### Alternatives
3534
Other pure go implementation of IPVS that maybe useful:

0 commit comments

Comments
 (0)