summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
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
2018-05-31cli: Implement "neighbor update" commandIWASE Yusuke
2018-05-29gobgp/cmd: add message gRPC connection errorPaul Greenberg
2018-05-30api: fix rpki regressionFUJITA Tomonori
2018-05-30graceful_restart_test: Confirm stale paths removedIWASE Yusuke
2018-05-30graceful_restart_test: Assert timer not expiredIWASE Yusuke
2018-05-30scenario_test: Extend Graceful Restart timeIWASE Yusuke
2018-05-29bgp_zebra_nht_test: Test case to sync nexthop statesIWASE Yusuke
2018-05-29zclient: Drop NextHop Tracking dampening featureIWASE Yusuke
2018-05-29table: fix DropStale method in AdjRibFUJITA Tomonori
2018-05-28table: update accepted number in adj-in rib after softreset-inFUJITA Tomonori