Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-07 | Addressing review comments | Serguei Bezverkhi | |
Signed-off-by: Serguei Bezverkhi <sbezverk@cisco.com> | |||
2020-05-07 | remove debug messages | Serguei Bezverkhi | |
Signed-off-by: Serguei Bezverkhi <sbezverk@cisco.com> | |||
2020-05-07 | Finish methods and restructure files | Serguei Bezverkhi | |
Signed-off-by: Serguei Bezverkhi <sbezverk@cisco.com> | |||
2020-05-06 | code Decode and Serialize for Prefix SID types and add unit tests | Serguei Bezverkhi | |
Signed-off-by: Serguei Bezverkhi <sbezverk@cisco.com> | |||
2020-05-06 | add unit test to help with development | Serguei Bezverkhi | |
Signed-off-by: Serguei Bezverkhi <sbezverk@cisco.com> | |||
2020-05-05 | add object definitions | Serguei Bezverkhi | |
Signed-off-by: Serguei Bezverkhi <sbezverk@cisco.com> | |||
2020-05-05 | additional changes | Serguei Bezverkhi | |
Signed-off-by: Serguei Bezverkhi <sbezverk@cisco.com> | |||
2020-05-05 | coding the feature | Serguei Bezverkhi | |
Signed-off-by: Serguei Bezverkhi <sbezverk@cisco.com> | |||
2020-05-04 | adding prefix_sid_attr | Serguei Bezverkhi | |
Signed-off-by: Serguei Bezverkhi <sbezverk@cisco.com> | |||
2020-04-24 | Add BGP-LS SRLG support | Tom Shine | |
2020-03-31 | packet: fix typos | FUJITA Tomonori | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com> | |||
2020-03-30 | packet: silence staticcheck warning | FUJITA Tomonori | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com> | |||
2020-03-29 | fixed naming issue, removed one more error allocation | Sergey Elantsev | |
2020-03-29 | optimized packet/mrt allocations, mostly by reuse of error values | Sergey Elantsev | |
2020-03-15 | replaced fmt.Sprintf with strconv.Itoa for Protocol.String() | Sergey Elantsev | |
2020-03-15 | optimized allocations in packet/bgp validations | Sergey Elantsev | |
2020-03-14 | optimized allocations in packet/bgp | Sergey Elantsev | |
2020-03-09 | optimized EVPNMacIPAdvertisementRoute, SerializeExtendedCommunities and ↵ | Sergey Elantsev | |
PathAttributeIP6ExtendedCommunities allocations. | |||
2020-03-02 | bgp: silence statickcheck errors | FUJITA Tomonori | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com> | |||
2020-01-13 | Parse BMP Stats Report messages with unknown Stat Types | Michael Lechner | |
2019-07-26 | pkg/packet/bgp: fix PathAttributeAs4Path to accept empty AS_PATH | FUJITA Tomonori | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com> | |||
2019-04-11 | cmd/gobgp: Parse evpn IPMSI parameter | JieJhih Jhang | |
2019-03-26 | Implement evpn I-PMSI | JieJhih Jhang | |
2019-03-21 | pkg/packet/bgp: avoid crash when receiving an update with invalid AS_PATH len | Eiichiro Watanabe | |
2019-03-21 | pkg/packt/bgp: add test when receiving an update with invalid AS_PATH Length | Eiichiro Watanabe | |
2019-03-16 | Fixed typos | zabio3 | |
2019-01-26 | Add experimental BGP-LS feature | Artur Makutunowicz | |
2019-01-09 | silence staticcheck warnings | FUJITA Tomonori | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com> | |||
2018-11-16 | packet: fix ValidateAttribute() to handle ipv6 addresss | FUJITA Tomonori | |
fixes #1893 Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
2018-11-16 | packet: fix NewPathAttributeNextHop() to handle ipv6 addresss | FUJITA Tomonori | |
PathAttributeNextHop struct can handle ipv6 address but NewPathAttributeNextHop() can't. Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
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> |