summaryrefslogtreecommitdiffhomepage
path: root/pkg
AgeCommit message (Expand)Author
2021-02-13feat: add option to bind listener to a (VRF) deviceMilan Lenco
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 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-29set shutdownWG to nil after stopBGP finishedDuan Jiong
2020-11-25code changesSerguei Bezverkhi
2020-11-09server: fix conversion from api.RouteAction to config.DefaultPolicyTypeFUJITA Tomonori
2020-11-09server: handle bogus addpath argumentFUJITA Tomonori
2020-11-06Adding gRPC support for modified logging levelSteve Shaw
2020-11-06Fix missing args in server testsAlistair King
2020-11-06Use MonitorTableRequest.Name to filter by peerAlistair King
2020-10-21api: add ListPathRequest's option to get binary of nlri and attributesFUJITA Tomonori
2020-10-21fix stuck routeJordan Whited
2020-10-21packet: handle malformed prefix lenFUJITA Tomonori
2020-10-20server: fix ListPolicyAssignment to handle empty policyFUJITA Tomonori
2020-09-16remove incomingCh when deleting dynamic peerChris Balmain
2020-07-13implement LsAddrPrefix marshal json functionJieJhih Jhang
2020-07-04server: don't send empty ExtendedNexthop capabilityFUJITA Tomonori
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-26Refactoring Zebra and supporting frr7.3Hitoshi Irino
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-11fixed style: unnecessary type cast after type switch and some minor issues.Sergey Elantsev
2020-03-09optimized EVPNMacIPAdvertisementRoute, SerializeExtendedCommunities and PathA...Sergey Elantsev
2020-03-02bgp: silence statickcheck errorsFUJITA Tomonori