summaryrefslogtreecommitdiffhomepage
path: root/server/peer.go
AgeCommit message (Expand)Author
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
2015-01-07server: dump bgp message with peer addresssFUJITA Tomonori
2015-01-06cli: improve the capability representationFUJITA Tomonori
2015-01-05cli: improve the state of neighborFUJITA Tomonori
2015-01-04table: remove Path's source versionFUJITA Tomonori
2015-01-03server: fix PEER_MSG_PATH about rfFUJITA Tomonori
2015-01-03server: properly handle peer configured laterFUJITA Tomonori
2015-01-03server: merge eventCh and incoming channelsFUJITA Tomonori
2015-01-01server: move peerInfo to peer.go from fsm.goFUJITA Tomonori
2014-12-31server: merge bgp update messages if possibleFUJITA Tomonori
2014-12-31server: handle peer not capable of four byte AS numberFUJITA Tomonori
2014-12-30table: make path.Clone privateFUJITA Tomonori
2014-12-30serve: move functions about path and bgp message to table/message.goFUJITA Tomonori
2014-12-30table: use Path as API instead of destinationFUJITA Tomonori
2014-12-27RouteFamily cleanupFUJITA Tomonori
2014-12-27support IPv6_UC route familyFUJITA Tomonori
2014-12-25rest: use []byte instead of interface{} for REST responseFUJITA Tomonori
2014-12-25server: update state and counter properlyFUJITA Tomonori
2014-12-25rest: kill RestResponse interfaceFUJITA Tomonori
2014-12-25server: support /neighbors URLFUJITA Tomonori
2014-12-25rest: use interface{} for REST responseFUJITA Tomonori
2014-12-25peer: add MarshalJSON functionHiroshi Yokoi
2014-12-25rest: support local-rib URLFUJITA Tomonori