summaryrefslogtreecommitdiffhomepage
path: root/server/peer.go
AgeCommit message (Expand)Author
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: fix path originator checkISHIDA Wataru
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-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-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-24cli: pretty up State printingFUJITA Tomonori
2015-02-17peer: support hold time 0Hiroshi Yokoi
2015-02-16peer: support enable/disableHiroshi Yokoi
2015-02-16server: support discarded countersFUJITA 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-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: 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
2015-01-17cli: update show neighbors outputFUJITA Tomonori
2015-01-16server: send proper notification when the config is deletedFUJITA Tomonori
2015-01-16api: add reset and shutdown supportFUJITA Tomonori
2015-01-15server: fix a bug that conneciton is closed before sending notificationFUJITA Tomonori
2015-01-08server: drop all paths in adj-in when peer is downFUJITA Tomonori
2015-01-08server: clean up logging messagesFUJITA Tomonori