Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-30 | server: unexport const | FUJITA Tomonori | |
No need to export Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
2018-08-17 | pkg/packet/bgp: Fix NewEVPNMacIPAdvertisementRoute() to use correct MAC length | Yichen Wang | |
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-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> |