summaryrefslogtreecommitdiffhomepage
path: root/internal
AgeCommit message (Expand)Author
2019-10-18need to reset session when gr config is changedFUJITA Tomonori
2019-10-18Fix adj-out display with add path enabledmageshgv
2019-10-15Avoid locking in cases that return immediatelyCarl Baldwin
2019-10-15Keep Lock and defer Unlock togetherCarl Baldwin
2019-10-02Update adjrib for LLGR and preserve aslooped attrMagesh GV
2019-10-01v2.9.0FUJITA Tomonori
2019-09-26table: add NewSingleAsPathMatch unittestFUJITA Tomonori
2019-09-23table: fix SingleAsPathMatch pre compiled patternTatsushi Demachi
2019-09-17table: add more tests for adjFUJITA Tomonori
2019-09-17table: implement adj-in table use routing table structuresFUJITA Tomonori
2019-09-12table: improve table.Info for global ribFUJITA Tomonori
2019-09-08execute rpki validation for policy only when it's necessaryFUJITA Tomonori
2019-09-01v2.8.0FUJITA Tomonori
2019-08-28Move ReadConfigFileOnSighup to gobgpd mainCarl Baldwin
2019-08-28Allow simple one-shot reading of the config fileCarl Baldwin
2019-08-27fix duplicated local path id bugFUJITA Tomonori
2019-08-27table: delete unused deleteDestByNlri()FUJITA Tomonori
2019-08-26table: remove unused validation in originInfo structFUJITA Tomonori
2019-08-26table: kill GetPathListByPeer()FUJITA Tomonori
2019-08-21Support connecting zebra of cumulus linuxHitoshi Irino
2019-08-01v2.7.0FUJITA Tomonori
2019-07-26fix PeerGroup AFI handlingFUJITA Tomonori
2019-07-21Avoid panic by receiving vpnv6 prefixes with zebra reported in issue #2113Hitoshi Irino
2019-07-12use tha standard comment for machine-generated filesFUJITA Tomonori
2019-07-02BGP connection on a speecified interface (including which is associated VRF) ...Hitoshi Irino
2019-07-01v2.6.0FUJITA Tomonori
2019-06-08Support ipv4-flowspec for VRF enslaved neighborMichael Lechner
2019-06-03Add Versioning supportEmil Palm
2019-05-08zebra: fix unit test failure on non linuxFUJITA Tomonori
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