summaryrefslogtreecommitdiffhomepage
path: root/pkg
AgeCommit message (Expand)Author
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
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-21pkg/packet/bgp: avoid crash when receiving an update with invalid AS_PATH lenEiichiro Watanabe
2019-03-21pkg/packt/bgp: add test when receiving an update with invalid AS_PATH LengthEiichiro Watanabe
2019-03-17Deleteing goroutine for assignMplsLabel and moveing code relating MPLS L3VPN ...Hitoshi Irino
2019-03-16Fixed typoszabio3
2019-03-14pkg/server: fix global rib summary commandFUJITA Tomonori
2019-03-14Refactoring source code for BGP/MPLS L3VPN with ZAPI 6Hitoshi Irino