summaryrefslogtreecommitdiffhomepage
path: root/server/server.go
AgeCommit message (Expand)Author
2016-05-23add collector featureFUJITA Tomonori
2016-05-23vrf: fix rtc withdraw handlingISHIDA Wataru
2016-05-23server: add missing call of processOutgoingPaths()ISHIDA Wataru
2016-05-19server: return flowspec routes in rfc compliant mannerISHIDA Wataru
2016-05-17zebra: make zebra config consistent with the restsFUJITA Tomonori
2016-05-16server: fix a bug in handleGrpcGetPolicyAssignment()ISHIDA Wataru
2016-05-11server: print correct reason of state change by configuration changeFUJITA Tomonori
2016-05-10server: log the change of admin state via config fileFUJITA Tomonori
2016-05-10grpc: remove MRT dump streaming GRPC APIFUJITA Tomonori
2016-05-10Refactoring GRPC APIFUJITA Tomonori
2016-05-10server: don't modify admin-down configISHIDA Wataru
2016-05-09server: immediately close newly accepted connection for non admin-state-up peerFUJITA Tomonori
2016-05-09server: support afi-safi re-configurationISHIDA Wataru
2016-05-09server: support timer re-configurationISHIDA Wataru
2016-05-09server: fix to send more appropriate notification code/subcodeISHIDA Wataru
2016-05-09server: ignore stale fsm messagesISHIDA Wataru
2016-04-27server: support peer re-configurationISHIDA Wataru
2016-04-27server: fix not to modify Transport.ConfigISHIDA Wataru
2016-04-27config: make listen config struct aligned with open-config modelISHIDA Wataru
2016-04-27config: make route-target config struct aligned with open-config modelISHIDA Wataru
2016-04-25remove collector mode supportFUJITA Tomonori
2016-04-25server: issue SOFT_RESET_IN when policy assignment is changedISHIDA Wataru
2016-04-24server: remove updatedPeerCh and policyUpdateChISHIDA Wataru
2016-04-22server: sending SOFT_RESET_IN on all the peer after the policy changes with c...FUJITA Tomonori
2016-04-21config: simplify config structuresISHIDA Wataru
2016-04-21table: use received time as tie-breakerISHIDA Wataru
2016-04-21table: Destination's Calculate doesn't need to return newly added pathsFUJITA Tomonori
2016-04-21rpki: delete roa validation stream APIFUJITA Tomonori
2016-04-20policy: don't allow same policy assigned twiceISHIDA Wataru
2016-04-20server: fix bug of policy assignmentISHIDA Wataru
2016-04-20server: support route-target constraintISHIDA Wataru
2016-04-19server: support prefix-limit re-configuration via configuration fileISHIDA Wataru
2016-04-19peer: remove redundant config structsISHIDA Wataru
2016-04-19server: fix bug of BgpServer.PeerDelete()ISHIDA Wataru
2016-04-19server: fix Peer.prefixLimitWarned to adapt with multi-protocolISHIDA Wataru
2016-04-19config/gobgpd: refactoringISHIDA Wataru
2016-04-19server: send local withdrawal paths regardless of path calculation resultISHIDA Wataru
2016-04-12packet: create bmp packageFUJITA Tomonori
2016-04-11rpki: support re-validation for specific prefixFUJITA Tomonori
2016-03-31packet: create mrt packageFUJITA Tomonori
2016-04-10server: support prefix-limitISHIDA Wataru
2016-04-10server: serialize in fsm send loopISHIDA Wataru
2016-04-10server: fix styleISHIDA Wataru
2016-04-10fsm: delegate 2byte as handling to fsm send goroutineISHIDA Wataru
2016-04-05server: add missing broadcastBests when dropping peer's routesISHIDA Wataru
2016-04-04server: kill duplicated lines for neighbor add/delete logicISHIDA Wataru
2016-04-02rpki: support dynamic add/delete operations via gRPCFUJITA Tomonori
2016-03-31server: update path-attributes when peer is disconnectedISHIDA Wataru
2016-03-31move packet/*.go to packet/bgp/*.go for Go's conventionFUJITA Tomonori
2016-03-31server: fix typoEiichiro Watanabe