summaryrefslogtreecommitdiffhomepage
path: root/server/server.go
AgeCommit message (Expand)Author
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
2016-02-04server: add support specifying addresses to listenISHIDA Wataru
2016-02-02cli/server: fix address family handlingISHIDA Wataru
2016-02-01server: fix soft-reset-in to handle in-policy change properlyISHIDA Wataru
2016-01-29server: don't handle soft-reset-out for non-established peerISHIDA Wataru
2016-01-29server: apply filterpath and export-policy to new best pathsISHIDA Wataru
2016-01-25rpki: make monitor API's reason explicit about manual validateFUJITA Tomonori
2016-01-25config: add openconfig identity structs in bgp_configs.goISHIDA Wataru
2016-01-25config: add go type of embeded enums defined in openconfigISHIDA Wataru
2016-01-17rpki: add reason to rpki monitor apiFUJITA Tomonori
2016-01-17rpki: add rpki validate APIFUJITA Tomonori
2016-01-17update rpki monitor APIFUJITA Tomonori
2016-01-16server: reduce number of path.Clone() call to reduce memory footprintISHIDA Wataru
2016-01-16policy: introduce policy option infraISHIDA Wataru
2016-01-16table: remove unnecessary copy of path attributesISHIDA Wataru
2016-01-16table: kill unused field medSetByTargetNeighborISHIDA Wataru
2016-01-09api: support bmp configurationISHIDA Wataru
2016-01-09bmp: use watcher infra to implement bmp featureISHIDA Wataru
2016-01-09server: add REQ_BMP_NEIGHBORS api for internal bmp useISHIDA Wataru
2016-01-09config: refactor config structureISHIDA Wataru
2016-01-09tools: avoid adding a new option to bgpyang2golang.py and fix gobgp.yangISHIDA Wataru
2016-01-06server: fix storing received open msgISHIDA Wataru
2016-01-06rpki: add monitor command supportFUJITA Tomonori
2016-01-04server: introduce fastpath for fsm state changeISHIDA Wataru
2016-01-04server: handle open message only in fsmISHIDA Wataru
2015-12-30server: just send global rib once when bmp connection is initializedISHIDA Wataru
2015-12-29config: use viper and support multiple configuration formatsISHIDA Wataru
2015-12-28config: make config/state variable name simpleISHIDA Wataru