summaryrefslogtreecommitdiffhomepage
path: root/server
AgeCommit message (Expand)Author
2015-06-17cli: add community subcommand to policy conditions and actionsNaoto Hanaue
2015-06-16cli: add aspath subcommand to policy conditionsNaoto Hanaue
2015-06-16cli: aggregate grpc communication interface associated with the policy to api...Naoto Hanaue
2015-06-16server: check if local table exists for a neighborISHIDA Wataru
2015-06-16server: add error handling for grpcISHIDA Wataru
2015-06-10server: avoid to be blocked due to accepted conn passingFUJITA Tomonori
2015-06-10server: use write deadlineFUJITA Tomonori
2015-06-10server: clean up sendMessageloopFUJITA Tomonori
2015-06-10server: server goroutin can't access to outstanding directlyFUJITA Tomonori
2015-06-09server: kill peerMsgFUJITA Tomonori
2015-05-27scenario_test: add policy test cases for new action and conditionsHiroshi Yokoi
2015-05-27server: fix File() misuse for md5 setsockoptFUJITA Tomonori
2015-05-26server: fix File() misuse for syscall's setsockoptFUJITA Tomonori
2015-05-26cli: add the add/del commands to policy of neighborNaoto Hanaue
2015-05-26cli: add the add/del commands to routepolicyNaoto Hanaue
2015-05-26cli: add the add/del commands to neighbor conditionNaoto Hanaue
2015-05-19policy: support aspath conditionHiroshi Yokoi
2015-05-19cli: support the AsPathLength to display in routing policyNaoto Hanaue
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