summaryrefslogtreecommitdiffhomepage
path: root/pkg/server/server.go
AgeCommit message (Expand)Author
2021-10-15server: Do not crash the server if an empty request over gRPCDonatas Abraitis
2021-08-08server: fix ListVrf api to handle Name memberFUJITA Tomonori
2021-04-22Do not suppress initial non-established peer state in MonitorPeerCarl Baldwin
2021-03-29Added ListDynamicNeighbor message to APIMarcus Wichelmann
2021-03-29Added DeleteDynamicNeighbor message to APIMarcus Wichelmann
2021-03-29Added ListPeerGroup message to APIMarcus Wichelmann
2021-02-13feat: add option to bind listener to a (VRF) deviceMilan Lenco
2020-11-29set shutdownWG to nil after stopBGP finishedDuan Jiong
2020-11-06Adding gRPC support for modified logging levelSteve Shaw
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-20server: fix ListPolicyAssignment to handle empty policyFUJITA Tomonori
2020-09-16remove incomingCh when deleting dynamic peerChris Balmain
2020-04-26Refactoring Zebra and supporting frr7.3Hitoshi Irino
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-22move roa table code to table/ from server/FUJITA 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-04Maintain unique vrf IDs in watchEventBestPath vrf mapmageshgv
2019-10-01Fix crash on nonexistent vrf deleteMagesh GV
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-05server: fix DeletePath() memory leakFUJITA Tomonori
2019-07-02BGP connection on a speecified interface (including which is associated VRF) ...Hitoshi Irino
2019-06-08Support ipv4-flowspec for VRF enslaved neighborMichael Lechner
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-02add secondary-route feature for router serverFUJITA Tomonori
2019-03-29server: fix ListPath handle UseMultiPath optionFUJITA Tomonori
2019-03-25support BMP sysName and sysDescr configurationJieJhih Jhang
2019-03-24server: broadcast BMPPeerDownMessage for peer deletionFUJITA Tomonori
2019-03-24fix race of peer deletionFUJITA Tomonori
2019-03-17Deleteing goroutine for assignMplsLabel and moveing code relating MPLS L3VPN ...Hitoshi Irino
2019-03-14pkg/server: fix global rib summary commandFUJITA Tomonori
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-15reset eor state on graceful-restart peer downwanghonghao
2019-02-15[Fix #1972] Fix returning of double list size, half nil valuesThomas Rosenstein
2019-01-27server: fix ListPolicyAssignmet() with empty nameFUJITA Tomonori
2019-01-25server: dynamic neighbor deletion panicFUJITA Tomonori
2019-01-17Allow graceful restart for dynamic neighborsFoivos Filippopoulos
2019-01-09silence staticcheck warningsFUJITA Tomonori