summaryrefslogtreecommitdiffhomepage
path: root/server/server.go
AgeCommit message (Expand)Author
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
2016-03-31server: be exportable to use as RPKI libraryEiichiro Watanabe
2016-03-20server: support mrt dump rotation like QuaggaFUJITA Tomonori
2016-03-18server: wait AcceptTCP() return when closing listenersISHIDA Wataru
2016-03-17cli: enhance global commandISHIDA Wataru
2016-03-17config: move Mrt/Bmp configuration outside of Global configurationISHIDA Wataru
2016-03-17server: support ModGlobalConfig Operation_DEL_ALLISHIDA Wataru
2016-03-17server: use grpc req handling code for global init via config fileISHIDA Wataru
2016-03-17server: minor refactoring of zebra related codeISHIDA Wataru
2016-03-17server: add missing api.Global fieldISHIDA Wataru
2016-03-14table: remove Destination's oldKnownPathListFUJITA Tomonori
2016-03-14table: remove Destination's WithdrawnList and UpdatedPathList used for valida...FUJITA Tomonori
2016-03-15server: fix bug of soft-reset-outISHIDA Wataru
2016-03-07server: make rx goroutine reading from socket never sleepFUJITA Tomonori
2016-03-01server: fix per-asn regressionFUJITA Tomonori
2016-03-01server: set multihop parameters via grpcDenis Shevchenko
2016-02-27ops: fix and integration the attribute name that indicates the route received...Naoto Hanaue
2016-02-19ops: maintenance of two-way route exchangeNaoto Hanaue
2016-02-13server/api: add DEL_ALL operation support in ModPath() apiISHIDA Wataru
2016-02-10server: support graceful-restart helper-speaker behaviorISHIDA Wataru
2016-02-10gobgpd: support graceful-restart restarting-speaker behaviorISHIDA Wataru
2016-02-08server: fix socket md5FUJITA Tomonori
2016-02-06add route collector feature supportFUJITA Tomonori
2016-02-07server: add API to monitor incoming updatesISHIDA Wataru
2016-02-05server: use JoinHostPort instead of homegrown functionsFUJITA Tomonori