summaryrefslogtreecommitdiffhomepage
path: root/pkg
AgeCommit message (Expand)Author
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-02bgp: silence statickcheck errorsFUJITA Tomonori
2020-02-19add support GetTable method for vrfs #2235Pavel Vorontsov
2020-01-13Parse BMP Stats Report messages with unknown Stat TypesMichael Lechner
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-28Document config API and provide examplesCarl Baldwin
2019-08-28Pass context through configuration codeCarl Baldwin
2019-08-28Move ReadConfigFileOnSighup to gobgpd mainCarl Baldwin
2019-08-28Remove last remants of internal_cfgCarl Baldwin
2019-08-28Switch away from channel for one-off dry runCarl Baldwin
2019-08-28Move code to new public config packageCarl Baldwin
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-26pkg/packet/bgp: fix PathAttributeAs4Path to accept empty AS_PATHFUJITA 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-11cmd/gobgp: Parse evpn IPMSI parameterJieJhih Jhang
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-26Implement evpn I-PMSIJieJhih Jhang
2019-03-26fix same issues in other filesJieJhih Jhang
2019-03-26server: handle grpc listen failure as fatal errorFUJITA Tomonori