summaryrefslogtreecommitdiffhomepage
path: root/pkg/packet
AgeCommit message (Expand)Author
2020-12-20fixed mistypeSergey Elantsev
2020-12-20fixed possible crashes on parsing of bgp messagesSergey Elantsev
2020-12-14change commentsSerguei Bezverkhi
2020-12-09interop fixSerguei Bezverkhi
2020-11-30Unit tests and dependenciesSerguei Bezverkhi
2020-11-30Code changesSerguei Bezverkhi
2020-11-25code changesSerguei Bezverkhi
2020-10-21packet: handle malformed prefix lenFUJITA Tomonori
2020-07-13implement LsAddrPrefix marshal json functionJieJhih Jhang
2020-06-24Add //go:generate stringer directives for public enum types.Dmitri Nikulin
2020-06-24Regenerate stringer code for public enum types.Dmitri Nikulin
2020-05-13extend attributes proto for Prefix SID supportSerguei Bezverkhi
2020-05-07address more static check failuresSerguei Bezverkhi
2020-05-07Addressing review commentsSerguei Bezverkhi
2020-05-07remove debug messagesSerguei Bezverkhi
2020-05-07Finish methods and restructure filesSerguei Bezverkhi
2020-05-06code Decode and Serialize for Prefix SID types and add unit testsSerguei Bezverkhi
2020-05-06add unit test to help with developmentSerguei Bezverkhi
2020-05-05add object definitionsSerguei Bezverkhi
2020-05-05additional changesSerguei Bezverkhi
2020-05-05coding the featureSerguei Bezverkhi
2020-05-04adding prefix_sid_attrSerguei Bezverkhi
2020-04-24Add BGP-LS SRLG supportTom Shine
2020-03-31packet: fix typosFUJITA Tomonori
2020-03-30packet: silence staticcheck warningFUJITA Tomonori
2020-03-29fixed naming issue, removed one more error allocationSergey Elantsev
2020-03-29optimized packet/mrt allocations, mostly by reuse of error valuesSergey Elantsev
2020-03-15replaced fmt.Sprintf with strconv.Itoa for Protocol.String()Sergey Elantsev
2020-03-15optimized allocations in packet/bgp validationsSergey Elantsev
2020-03-14optimized allocations in packet/bgpSergey Elantsev
2020-03-09optimized EVPNMacIPAdvertisementRoute, SerializeExtendedCommunities and PathA...Sergey Elantsev
2020-03-02bgp: silence statickcheck errorsFUJITA Tomonori
2020-01-13Parse BMP Stats Report messages with unknown Stat TypesMichael Lechner
2019-07-26pkg/packet/bgp: fix PathAttributeAs4Path to accept empty AS_PATHFUJITA Tomonori
2019-04-11cmd/gobgp: Parse evpn IPMSI parameterJieJhih Jhang
2019-03-26Implement evpn I-PMSIJieJhih Jhang
2019-03-21pkg/packet/bgp: avoid crash when receiving an update with invalid AS_PATH lenEiichiro Watanabe
2019-03-21pkg/packt/bgp: add test when receiving an update with invalid AS_PATH LengthEiichiro Watanabe
2019-03-16Fixed typoszabio3
2019-01-26Add experimental BGP-LS featureArtur Makutunowicz
2019-01-09silence staticcheck warningsFUJITA Tomonori
2018-11-16packet: fix ValidateAttribute() to handle ipv6 addresssFUJITA Tomonori
2018-11-16packet: fix NewPathAttributeNextHop() to handle ipv6 addresssFUJITA Tomonori
2018-10-30server: unexport constFUJITA Tomonori
2018-08-17pkg/packet/bgp: Fix NewEVPNMacIPAdvertisementRoute() to use correct MAC lengthYichen Wang
2018-07-24pkg/packet/bgp: fix ParsePmsiTunnel() and NewPathAttributePmsiTunnel() crashFUJITA Tomonori
2018-07-07follow Standard Go Project LayoutFUJITA Tomonori