Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-11 | fixed style: unnecessary type cast after type switch and some minor issues. | Sergey Elantsev | |
2019-03-25 | support BMP sysName and sysDescr configuration | JieJhih Jhang | |
2019-03-24 | server: broadcast BMPPeerDownMessage for peer deletion | FUJITA Tomonori | |
Sends peerdown message when a peer is de-condigured and down. Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com> | |||
2019-01-12 | server: Fix peer down reason code in BMP | Eiichiro Watanabe | |
2018-12-30 | Fix incorrect values in BMP Statistics Report(type 7 and 8) | Eiichiro Watanabe | |
2018-12-28 | fix bmp statistics | FUJITA Tomonori | |
fix the regression of the adj counter due to 301b48532d4a5510c9d4ffdc44eb2754fdd1a3d1 Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com> | |||
2018-11-14 | Fix Statistics Report in BMP | Eiichiro Watanabe | |
2018-11-08 | server: Fix timestamp when msg is nil | Eiichiro Watanabe | |
2018-11-07 | server: unexported Watcher stuff | FUJITA Tomonori | |
Replace it with the new API using api/. Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
2018-10-30 | server: unexport fsm stuff | FUJITA Tomonori | |
No need to export the bgp peer internals. Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
2018-08-10 | pkg/server: public APIs use structures in api/ | FUJITA Tomonori | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
2018-07-07 | follow Standard Go Project Layout | FUJITA Tomonori | |
https://github.com/golang-standards/project-layout Now you can see clearly what are private and public library code. Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> |