summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
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
2018-06-13table: arrange fields to reduce paddingChris Stockton
2018-06-13api: Use api/attribute.proto structure in gRPC APIIWASE Yusuke
2018-06-13api: Define protobuf structure for BGP Path AttributesIWASE Yusuke
2018-06-13gobgp/lib: Remove usage of utils of "gobgpapi"IWASE Yusuke
2018-06-11gobgp: fix mrt inject only best optionFUJITA Tomonori
2018-06-11table: fix Clone() to inherite the attribute hash valueFUJITA Tomonori
2018-06-11cmd: don't display uptime for a BGP session if no uptime informationVincent Bernat
2018-06-11packet/bgp: use 71 for BGP LLGR capability codeVincent Bernat
2018-06-05server: fix GetRib() with rpkiFUJITA Tomonori
2018-06-05table: fix potential panics in tableKeyChris Stockton
2018-06-05config: Improve golint resultsIWASE Yusuke
2018-06-05config: Accept CLUSTER_ID as an integer valueIWASE Yusuke
2018-06-05cmd/rpki_test: Unit test for showRPKITableIWASE Yusuke
2018-06-05table: support nexthop match policyurban
2018-06-05Fix: ruby client failed with "Enum value '_' does not start with an uppercase...Shintaro Kojima
2018-06-01GoBGP 1.32FUJITA Tomonori
2018-05-31server: reject route without origin attribute via AddPath()FUJITA Tomonori