summaryrefslogtreecommitdiffhomepage
path: root/pkg/server
AgeCommit message (Expand)Author
2020-11-30Code changesSerguei Bezverkhi
2020-11-29set shutdownWG to nil after stopBGP finishedDuan Jiong
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-20server: fix ListPolicyAssignment to handle empty policyFUJITA Tomonori
2020-09-16remove incomingCh when deleting dynamic peerChris Balmain
2020-07-04server: don't send empty ExtendedNexthop capabilityFUJITA Tomonori
2020-05-13extend attributes proto for Prefix SID supportSerguei Bezverkhi
2020-04-26Refactoring Zebra and supporting frr7.3Hitoshi Irino
2020-03-11fixed style: unnecessary type cast after type switch and some minor issues.Sergey Elantsev
2020-02-19add support GetTable method for vrfs #2235Pavel Vorontsov
2020-01-05gobgpd: use map for validation tableToshiki Tsuchiya
2019-11-01bgp: fix dynamic neighbors with prefix "0.0.0.0/0"Faicker Mo
2019-10-26avoid installing routes with originator ID to global when softresetinFUJITA Tomonori
2019-10-23Split Reset into three methodsCarl Baldwin
2019-10-22table: use net.IPNet for roa instead of homegrown IPPrefix structureFUJITA Tomonori
2019-10-22move roa table code to table/ from server/FUJITA Tomonori
2019-10-21server: speed up session establishmentFUJITA Tomonori
2019-10-18Fix adj-out display with add path enabledmageshgv
2019-10-17Transition to graceful restart state on hold timer expiry if applicablemageshgv
2019-10-15Support vrfs in zapi multipathmageshgv
2019-10-11Remove policy from FSMCarl Baldwin
2019-10-04Maintain unique vrf IDs in watchEventBestPath vrf mapmageshgv
2019-10-02Update adjrib for LLGR and preserve aslooped attrMagesh GV
2019-10-01Fix crash on nonexistent vrf deleteMagesh GV
2019-09-17server: improve ListPath's performanceFUJITA Tomonori
2019-09-08execute rpki validation for policy only when it's necessaryFUJITA Tomonori
2019-09-02server: fix mrt injection raceFUJITA Tomonori
2019-08-26table: kill GetPathListByPeer()FUJITA Tomonori
2019-08-06server: add addpath api leak testFUJITA Tomonori
2019-08-05server: fix DeletePath() memory leakFUJITA Tomonori
2019-07-21Avoid panic by receiving vpnv6 prefixes with zebra reported in issue #2113Hitoshi Irino
2019-07-02BGP connection on a speecified interface (including which is associated VRF) ...Hitoshi Irino
2019-06-17fix MPLS L3VPN functionality of zapiHitoshi Irino
2019-06-08Support ipv4-flowspec for VRF enslaved neighborMichael Lechner
2019-06-02fix bug pointed out by issue #2089Hitoshi Irino
2019-05-08server: replace github.com/satori/go.uuidFUJITA Tomonori
2019-05-08zebra: supporting FRRouting version 7Hitoshi Irino
2019-04-16server: make ListPath API show filtered pathsFUJITA Tomonori
2019-04-09fsm: not reject open message with restart flag unset from gr peerwanghonghao
2019-04-02server: fix path validatoin result regressionFUJITA Tomonori
2019-04-02add secondary-route feature for router serverFUJITA Tomonori
2019-04-01server: fix passive-modeFUJITA Tomonori
2019-03-29server: fix ListPath handle UseMultiPath optionFUJITA Tomonori
2019-03-26fix same issues in other filesJieJhih Jhang