summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2020-10-18README: update slack linkFUJITA Tomonori
2020-10-02v2.20.0FUJITA Tomonori
2020-09-25bugfix: fix a panic when delete neighborset (all) by name directlyImcom Jin
2020-09-16remove incomingCh when deleting dynamic peerChris Balmain
2020-08-31added `.env` file for vscode to find test/lib moduleImcom Jin
2020-08-12best path selection - compare neigh addrJordan Whited
2020-08-06v2.19.0FUJITA Tomonori
2020-07-27Update zebra.md to fix markdownlint errorHitoshi Irino
2020-07-26zebra: refactoring and fix bug and add processing messageBackupNexthop (added...Hitoshi Irino
2020-07-13implement LsAddrPrefix marshal json functionJieJhih Jhang
2020-07-10fix fragment with ether-typeRandy Lam
2020-07-04server: don't send empty ExtendedNexthop capabilityFUJITA Tomonori
2020-07-01v2.18.0FUJITA Tomonori
2020-06-30goreleaser: disable cgo completelyFUJITA 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-06-02v2.17.0FUJITA Tomonori
2020-05-13extend attributes proto for Prefix SID supportSerguei Bezverkhi
2020-05-08fix ipv6 nexthopSerguei Bezverkhi
2020-05-07address more static check failuresSerguei Bezverkhi
2020-05-07cleanup go dependenciesSerguei 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-05-01v2.16.0FUJITA Tomonori
2020-04-26Refactoring Zebra and supporting frr7.3Hitoshi Irino
2020-04-24Add BGP-LS SRLG supportTom Shine
2020-04-23travis-ci: update ubuntu docker package urlFUJITA Tomonori
2020-04-01v2.15.0FUJITA Tomonori
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-05docs: update cli outputFUJITA Tomonori
2020-03-02v2.14.0FUJITA Tomonori
2020-03-02bgp: silence statickcheck errorsFUJITA Tomonori
2020-02-19add summary command for vrf to cli #2235Pavel Vorontsov
2020-02-19add support GetTable method for vrfs #2235Pavel Vorontsov
2020-02-19travis: use docker 17.03FUJITA Tomonori