summaryrefslogtreecommitdiffhomepage
path: root/internal
AgeCommit message (Expand)Author
2019-05-08zebra: supporting FRRouting version 7Hitoshi Irino
2019-05-01zebra: using LABEL_MANAGER_CONNECT_ASYNC instead of LABEL_MANAGER_CONNECTHitoshi Irino
2019-04-12table: delete unused reason in Path structFUJITA Tomonori
2019-04-02add secondary-route feature for router serverFUJITA Tomonori
2019-03-25support BMP sysName and sysDescr configurationJieJhih Jhang
2019-03-24table: fix Path.SetLargeCommunities not to set vacant communities valueNasato Goto
2019-03-17Deleteing goroutine for assignMplsLabel and moveing code relating MPLS L3VPN ...Hitoshi Irino
2019-03-16Fixed typoszabio3
2019-03-14Refactoring source code for BGP/MPLS L3VPN with ZAPI 6Hitoshi Irino
2019-03-14Fix bug using variable of zclient in AddVrf of server.go.Hitoshi Irino
2019-03-14Supporting BGP/MPLS L3VPNs with Frrouting Zebra API 6Hitoshi Irino
2019-02-03Fix spells for keywords (vrfid, labelnum) in sprintf lineHitoshi Irino
2019-02-02Fix bug: processing MPLS label in nexthop update messageHitoshi Irino
2019-01-26Add experimental BGP-LS featureArtur Makutunowicz
2019-01-09silence staticcheck warningsFUJITA Tomonori
2018-12-30zebra: Introducing MIN_ZAPIVER and MAX_ZAPIVER. And avoiding double close cha...Hitoshi Irino
2018-12-28fix bmp statisticsFUJITA Tomonori
2018-12-23make the usage of type name in protobuf consistentFUJITA Tomonori
2018-12-23make Add/Delete/ListPath APIs symmetricFUJITA Tomonori
2018-12-19server: use Dialer Control method instead of hack to modify connection before...FUJITA Tomonori
2018-12-16fix typo in zapi.go: LABLE -> LABELHitoshi Irino
2018-11-29server: fix nil pointer error when apply policyoc
2018-11-26support received, accepted, and advertised counters per familyFUJITA Tomonori
2018-11-25api: remove AddPaths from Peer and PeerGroupFUJITA Tomonori
2018-11-25api: move RouterId to PeerState from PeerConfFUJITA Tomonori
2018-11-24minor cleanup: update Gopkg.lock and erase redundant nil setSergey Elantsev
2018-11-23api: move remote_cap and local_cap to PeerState from PeerConfFUJITA Tomonori
2018-11-16api: rename NlriAny in api.Path to NlriFUJITA Tomonori
2018-11-16use google/protobuf/timestamp.protoFUJITA Tomonori
2018-11-12Support AdminDown from configEiichiro Watanabe
2018-11-07api: fix regression that match set option has no default valueoc
2018-10-28move NewAPIRoutingPolicyFromConfigStruct() from server/FUJITA Tomonori
2018-10-28move NewAPIPolicyAssignmentFromTableStruct() from server/FUJITA Tomonori
2018-10-28move exported functions to generate api structs from config struct in server/FUJITA Tomonori
2018-10-23fix: nil pointer in PrefixSet AppendImcom Jin
2018-10-23table: compare etag and peer ip in mac mobilitywanghonghao
2018-10-21Supporting Zebra API version 6 which is used in FRRouting version 6Hitoshi Irino
2018-09-29api: add GwAddress to EVPNIPPrefixRouteoc
2018-08-28api: change FamilyFUJITA Tomonori
2018-08-23policy cleanupFUJITA Tomonori
2018-08-18ZAPI5 (FRRouting version 5) supportHitoshi Irino
2018-08-17table: remove DIRECTION_IN completelyFUJITA Tomonori
2018-08-17ignore duplicate RTC Membership announcementsMarcin Ptaszynski
2018-08-16pkt/server: ListPolicy() and ListStatement() support filtering like ListDefin...FUJITA Tomonori
2018-08-08rpc cleanupFUJITA Tomonori
2018-07-24fix unittest warnings with go tipFUJITA Tomonori
2018-07-16use function Equal() instead of build-in comparewanghonghao
2018-07-08remove package dependency except for grpc in api/FUJITA Tomonori
2018-07-07follow Standard Go Project LayoutFUJITA Tomonori