summaryrefslogtreecommitdiffhomepage
path: root/server
AgeCommit message (Expand)Author
2016-05-23server: add missing call of processOutgoingPaths()ISHIDA Wataru
2016-05-23server: handle grpc Serve() errorFUJITA Tomonori
2016-05-21policy: apply export-policy after normal path-attribute updatesISHIDA Wataru
2016-05-21cli: include route-reflector/route-server infomation in Peer messageISHIDA Wataru
2016-05-20server: fix connectLoop() select loop not to blockISHIDA Wataru
2016-05-20server: fix connectLoop() goroutine leakISHIDA Wataru
2016-05-20server: make active md5ed socket nonblockingISHIDA Wataru
2016-05-20server: stringify FSM state in log messagesISHIDA Wataru
2016-05-19server: return flowspec routes in rfc compliant mannerISHIDA Wataru
2016-05-18server: fix socket leak in DialTCPTimeoutWithMD5Sig()ISHIDA Wataru
2016-05-17server: fix wrong usage of zapiISHIDA 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: fix non StartServer API crashFUJITA Tomonori
2016-05-11server: print correct reason of state change by configuration changeFUJITA Tomonori
2016-05-11server: stop sending notification message twiceISHIDA Wataru
2016-05-10server: pretty notification error code logFUJITA Tomonori
2016-05-10server: log the change of admin state via config fileFUJITA Tomonori
2016-05-10docs: add comment for dubious codeFUJITA Tomonori
2016-05-10server: log notification error codeFUJITA 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-05-09server: don't block select loop by Sleep(), use Timer insteadISHIDA Wataru
2016-05-06server: don't apply in policy to EOR pathFUJITA Tomonori
2016-05-05fix 332766189685028c4f9852e4285fb1a9025223cc regressionFUJITA Tomonori
2016-04-27config: support reload of AdminDownISHIDA 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-26move NeighborPortNumber config to transport.ConfigFUJITA Tomonori
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-21fsm: improve fsm state transition logISHIDA Wataru
2016-04-21rpki: validate only when RPKI is enabledFUJITA Tomonori
2016-04-21table: Destination's Calculate doesn't need to return newly added pathsFUJITA Tomonori
2016-04-21rpki: use the own AS number if asPath is emptyFUJITA 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