summaryrefslogtreecommitdiffhomepage
path: root/pkg/packet/bgp/bgp.go
AgeCommit message (Expand)Author
2021-06-13Add support for encapsulation tunnel type in the extended community support i...Guangtong Cao
2021-06-07fix: fix check according to golang s1025Imcom Jin
2021-05-24Add FQDN capabilityDonatas Abraitis
2021-03-19Add GENEVE encapsulation supportRavi Aysola
2021-03-14add support for tunnel egress endpoint sub-TLVMikael Magnusson
2021-03-01Fix LsTLVIgpRouterID.DecodeFromBytesKirill Smorodinnikov
2021-02-27Extend LsLinkDescriptor.StringKirill Smorodinnikov
2021-01-27go fmtedSergey Elantsev
2021-01-23fixed panics on parsing malicious bgp packetsSergey Elantsev
2021-01-23support UDP destination port sub-TLVMikael Magnusson
2021-01-20packet/bgp: Fix TunnelEncapSubTLV.DecodeFromBytesMikael Magnusson
2020-12-20fixed possible crashes on parsing of bgp messagesSergey Elantsev
2020-12-14change commentsSerguei Bezverkhi
2020-12-09interop fixSerguei 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-05-13extend attributes proto for Prefix SID supportSerguei Bezverkhi
2020-05-07remove debug messagesSerguei Bezverkhi
2020-05-06code Decode and Serialize for Prefix SID types and add unit testsSerguei 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-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
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-16Fixed typoszabio3
2019-01-26Add experimental BGP-LS featureArtur Makutunowicz
2019-01-09silence staticcheck warningsFUJITA Tomonori
2018-11-16packet: fix NewPathAttributeNextHop() to handle ipv6 addresssFUJITA 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