summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2018-07-15pkg/server: enable active connection with graceful restartFUJITA Tomonori
2018-07-15fsm: Connect to bgp peers regardless of whether the peers are restartingwanghonghao
2018-07-14cmd/gobgp: use different grpc port for rpki_testFUJITA Tomonori
2018-07-14cmd: fix error when delete policy statementchenhaiq@yunify.com
2018-07-14cmd: implement ebgp-multihop-ttl option when add neighborchenhaiq@yunify.com
2018-07-14fix missing EbgpMultihop configtamihiro
2018-07-08remove package dependency except for grpc in api/FUJITA Tomonori
2018-07-07delete tools/route-serverFUJITA Tomonori
2018-07-07follow Standard Go Project LayoutFUJITA Tomonori
2018-07-07delete gobmpdFUJITA Tomonori
2018-07-06api: move api/policy.go to gobgp/cmd/FUJITA Tomonori
2018-07-06api: decrease the dependencyFUJITA Tomonori
2018-07-06Fixing all megacheck errors.FUJITA Tomonori
2018-07-06cmd: Implement PrettyString()Satoshi Fujimoto
2018-07-06cmd: Remove table/ usage in policy.goSatoshi Fujimoto
2018-07-06table: Sort in table packageSatoshi Fujimoto
2018-07-06cmd: Remove table/ usage from neighbor.goSatoshi Fujimoto
2018-07-06gobgp: fix client.AddPath to use api.Path instead of table.PathFUJITA Tomonori
2018-07-06gobgp: replace table.TableInfo usage with api.TableInfoFUJITA Tomonori
2018-07-06api: remove table/ usage in util.goFUJITA Tomonori
2018-07-06config: Copy afi-safi objects from peer group to neighbor instead of share th...wanghonghao
2018-07-01GoBGP 1.33FUJITA Tomonori
2018-06-29server: exclude RTC for softreset if not specifiedFUJITA Tomonori
2018-06-27* Adding travis config for Codecov - Codecov will need to be givenJeff Bean
2018-06-27Fixing staticcheck errors from linux filesJeff Bean
2018-06-27server: Avoid calling os.Exit() in BgpServer.Shutdown()IWASE Yusuke
2018-06-23potential - Found a bug in the python testsJeff Bean
2018-06-23timeouts on tests and fixing timeout logic on graceful restart testJeff Bean
2018-06-22fixing some typos and found one conversion bugJeff Bean
2018-06-22Fixing all megacheck errors.Jeff Bean
2018-06-21packet/bgp: Fix length calc when multiple RTM NLRIsIWASE Yusuke
2018-06-21api: Use capability.proto in message PeerConfIWASE Yusuke
2018-06-21api: Define protobuf for BGP CapabilitiesIWASE Yusuke
2018-06-21packet/bgp: Missing New func for BGP CapabilitiesIWASE Yusuke
2018-06-20server: fix AddPath to return uuidFUJITA Tomonori
2018-06-19cli: Use api struct in VRF commandsIWASE Yusuke
2018-06-19api: Use attribute.proto struct in message VrfIWASE Yusuke
2018-06-14simple staticcheck issuesJeff Bean
2018-06-14Pull regex into variables to prevent the regex to compile in the hotpathJeff Bean
2018-06-14UT: Remove redundant debug printIWASE Yusuke
2018-06-13table: support AfiSafiIn Policy Condition matchMarcin Ptaszyński
2018-06-13api: Implement Shutdonw()Satoshi Fujimoto
2018-06-13api: Implement AddCollector()Satoshi Fujimoto
2018-06-13api: Implement UpdatePolicy()Satoshi Fujimoto
2018-06-13api: Implement PeerGroup and DynamicNeighbor APISatoshi Fujimoto
2018-06-13api: Add missing fields to Peer struct conversion functionsSatoshi Fujimoto
2018-06-13api: Add some fields to notify Graceful Restart stateSatoshi Fujimoto
2018-06-13api: Fix StartServerAPISatoshi Fujimoto
2018-06-13gobgpd: Use gRPC APIs Instead of BgpServer functionsSatoshi Fujimoto
2018-06-13config: Change "RedistributeRouteTypeList" to []stringSatoshi Fujimoto