summaryrefslogtreecommitdiffhomepage
path: root/server
AgeCommit message (Expand)Author
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
2015-03-06table: remove RF from PeerInfoFUJITA Tomonori
2015-03-03update the whole code for the latest openconfig yang filesFUJITA Tomonori
2015-03-03config: remove time.Time in BgpNeighborCommonStateTypeFUJITA Tomonori
2015-02-27server: implement softresetin and softresetFUJITA Tomonori
2015-02-27server: log warning when RouteRefresh but the capability wasn't advertisedFUJITA Tomonori
2015-02-27server: handle ROUTE_REFRESH only when the capability is advertizedFUJITA Tomonori
2015-02-25server: avoid duplicated logging (debug and warning) for notification messageFUJITA Tomonori
2015-02-25server: warning when sending notification messageFUJITA Tomonori
2015-02-25server: handle closed passiveConnCh channelFUJITA Tomonori
2015-02-24cli: pretty up State printingFUJITA Tomonori
2015-02-18server: clean up zero holdtimeFUJITA Tomonori
2015-02-17peer: support hold time 0Hiroshi Yokoi
2015-02-16server: check the bgp message length before sendingFUJITA Tomonori
2015-02-16peer: support enable/disableHiroshi Yokoi
2015-02-16server: support discarded countersFUJITA Tomonori
2015-02-15test: not rely on the type check auto conversion in assert.EqualHiroshi Yokoi
2015-02-08server: always log when sending notificaitonFUJITA Tomonori
2015-01-29server: verify OpenMessageFUJITA Tomonori
2015-01-29server: verify update messageFUJITA Tomonori
2015-01-28table: add owner to NewTableManager's argumentsHiroshi Yokoi
2015-01-27server: set #Advertised to zero when peer is downFUJITA Tomonori
2015-01-27cli: show the duration since state changedFUJITA Tomonori
2015-01-27fsm_test: shorten wait timeHiroshi Yokoi
2015-01-26fsm: add OpenSent and OpenConfirm testcasesHiroshi Yokoi
2015-01-26fsm: check hold timer expiration and add test case for holdtimer expiration a...Hiroshi Yokoi
2015-01-22peer: fix commit a9e55d3bd75fd5dd633fee1ff2c9d45d6d6447ee reggressionFUJITA Tomonori
2015-01-19rest: support adj-rib-in/outHiroshi Yokoi
2015-01-18server: make sure peer always read from acceptedConnChFUJITA Tomonori
2015-01-18server: fix 'deleted config' raceFUJITA Tomonori
2015-01-18server: support idlehold time after resetFUJITA Tomonori
2015-01-18server: move outgoing and incoming channels to FSMHandlerFUJITA Tomonori
2015-01-17server: implement OutQ and Flops supportFUJITA Tomonori