Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-18 | ZAPI5 (FRRouting version 5) support | Hitoshi Irino | |
2018-08-17 | pkg/packet/bgp: Fix NewEVPNMacIPAdvertisementRoute() to use correct MAC length | Yichen Wang | |
2018-08-17 | ignore duplicate RTC Membership announcements | Marcin Ptaszynski | |
2018-08-16 | pkg/server: handleUpdate() should not inject echo route from RR | Yichen Wang | |
2018-08-16 | pkt/server: ListPolicy() and ListStatement() support filtering like ↵ | FUJITA Tomonori | |
ListDefinedSet() and ListPolicyAassignment() 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-08-08 | rpc cleanup | FUJITA Tomonori | |
- clean up RPC function names - rewrite gobgp command to use the api instead of config package - delete unused client package Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
2018-07-24 | pkg/packet/bgp: fix ParsePmsiTunnel() and NewPathAttributePmsiTunnel() crash | FUJITA Tomonori | |
Once we create an object, we should not mutate it. This fixes the following in a different way. https://github.com/osrg/gobgp/pull/1778 Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
2018-07-24 | pkg/server: send all families (including RTC) after deferral time expired | FUJITA Tomonori | |
fixes #1788 Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
2018-07-24 | fix unittest warnings with go tip | FUJITA Tomonori | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
2018-07-19 | fix races and enable race detector in unittest | jhserrano | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
2018-07-16 | use function Equal() instead of build-in compare | wanghonghao | |
2018-07-15 | pkg/server: enable active connection with graceful restart | FUJITA Tomonori | |
No reason why active connection with graceful restart is disabled. Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
2018-07-15 | fsm: Connect to bgp peers regardless of whether the peers are restarting | wanghonghao | |
2018-07-14 | fix missing EbgpMultihop config | tamihiro | |
2018-07-08 | remove package dependency except for grpc in api/ | FUJITA Tomonori | |
Nothing except for protobuf IDL files and files generated by protobuf in api/. Try to make the APIs portable to any languages. 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> |