summaryrefslogtreecommitdiffhomepage
path: root/server
AgeCommit message (Expand)Author
2015-05-19cli: add the show command for routing policy of neighborNaoto Hanaue
2015-05-19cli: add the show command for the routing policyNaoto Hanaue
2015-05-19cli: add the show command for the neighbor conditionsNaoto Hanaue
2015-05-14server: don't path information if path include the same AS numberFUJITA Tomonori
2015-05-12server: add logging about peer up/downFUJITA Tomonori
2015-05-12fsm: fix homemade readAll()FUJITA Tomonori
2015-05-11cli: add the commands for the policy of the prefix operationNaoto Hanaue
2015-05-11server: don't path information to the same AS number peerFUJITA Tomonori
2015-05-11server: fix FSMHandler's holdTimer raceFUJITA Tomonori
2015-05-10api/gobgp: show multiprotocol capabilities in detailISHIDA Wataru
2015-05-08cli: show configured and negotiated holdtime and keepalive intervalFUJITA Tomonori
2015-05-08server: keepalive interval should be honor a negotiated hold timeFUJITA Tomonori
2015-05-01table: add support for route target constraint nlriISHIDA Wataru
2015-04-27server: clean up import filtering codeISHIDA Wataru
2015-04-27table: add AS loop detectionISHIDA Wataru
2015-04-27table: make table.ProcessMessage a functionISHIDA Wataru
2015-04-27server: don't try to connect right after fsm state becomes activeISHIDA Wataru
2015-04-25table: add support for encapsulation nlriISHIDA Wataru
2015-04-17server: bug fix of REQ_LOCAL_RIB handlingISHIDA Wataru
2015-04-15table: sort peers/routes at client side instead of bgpd sideISHIDA Wataru
2015-04-15server: support EVPN path addition/deletionISHIDA Wataru
2015-04-15api: add a method to convert internal structs to protobuf structsISHIDA Wataru
2015-04-14api: use gRPC instead of RESTISHIDA Wataru
2015-04-04api/server: add apis to add/delete routes to/from global ribISHIDA Wataru
2015-04-04server: clone paths before storing to adj-rib-outISHIDA Wataru
2015-04-04server: remove nexthop field from Path struct and make Path.setNexthop publicISHIDA Wataru
2015-04-04server: use net.SplitHostPortISHIDA Wataru
2015-04-04server: fix path originator checkISHIDA Wataru
2015-04-03server: show peers in the sorted orderFUJITA Tomonori
2015-04-02server: go fmt fixFUJITA Tomonori
2015-04-02api: simplify adj-in/out json formatFUJITA Tomonori
2015-04-01peer: make applyPolicies into peer's methodHiroshi Yokoi
2015-03-25server: support active connectionISHIDA Wataru
2015-03-25server: don't run fsm for global ribISHIDA Wataru
2015-03-24policy: test policy existenceHiroshi Yokoi
2015-03-24policy: apply import/export policyHiroshi Yokoi
2015-03-20peer: don't send back routes to the source.ISHIDA Wataru
2015-03-20api/cli: add show global commandISHIDA Wataru
2015-03-20peer: update pathattr for non-route-server clientISHIDA Wataru
2015-03-20server: add Global Rib to support normal BGP functionalityISHIDA Wataru
2015-03-19table: remove unnecessary distinction of pathsISHIDA Wataru
2015-03-14server: fix handing of a connection closed by peerFUJITA Tomonori
2015-03-10server: add helper function to send paths to siblingsFUJITA Tomonori
2015-03-09server: handle the route family configuration mismatch with peerFUJITA Tomonori
2015-03-08server: adj-in/out supports route families rather than v4/v6FUJITA Tomonori
2015-03-08server: support multiple route familes per peerFUJITA Tomonori
2015-03-07rest: support show table with specified route familyFUJITA Tomonori
2015-03-06server: remove rf in ServerMsgFUJITA Tomonori
2015-03-06table: NewTableManager takes route familiesFUJITA Tomonori
2015-03-06server: check route refresh afi and safiFUJITA Tomonori