summaryrefslogtreecommitdiffhomepage
path: root/server/bmp.go
AgeCommit message (Expand)Author
2018-05-24server/server: Add field to WatchEventPeerState for PeerDownEventSatoshi Fujimoto
2018-05-10bmp: avoid huge memory allocation for sending paths initiallyFUJITA Tomonori
2017-12-07bmp: set A flag in Per-Peer HeaderFUJITA Tomonori
2017-06-16config: Use State to get NeighborAddress instead of ConfigSatoshi Fujimoto
2017-06-09bmp: Support number of withdraw updates and prefixesIWASE Yusuke
2017-06-07replace github.com/Sirupsen/logrus with github.com/sirupsen/logrusFUJITA Tomonori
2017-06-03bmp: Enable to send BMP Route Mirroring messagesIWASE Yusuke
2017-05-23bmp: Implement Information TLV on Termination messagesIWASE Yusuke
2017-05-23bmp: Implement Information TLV on Initiation messageIWASE Yusuke
2017-05-22bmp: Stats reports for Adj-RIBs-In and Loc-RIB routesIWASE Yusuke
2017-05-22bmp: Obsolete "both" option for route-monitoring-policyIWASE Yusuke
2017-05-22bmp: Fix peer header info in Loc-RIB route messageIWASE Yusuke
2017-05-22bmp: Enable to specify all route monitoring policiesIWASE Yusuke
2017-04-17bmp: BMP Route Monitoring for Local RIB routesIWASE Yusuke
2017-04-17packet/bmp: Obsolete policy argument for BMPPeerHeaderIWASE Yusuke
2016-12-19bmp: don't send paths already sent in case of softresetin happensWataru Ishida
2016-07-30all logging is done with log.WithFieldsdsp
2016-07-26export Watch featureFUJITA Tomonori
2016-07-22bmp uses the new Watch APIFUJITA Tomonori
2016-06-10server: remove restart() from watcher interfaceISHIDA Wataru
2016-04-12packet: create bmp packageFUJITA Tomonori
2016-03-31move packet/*.go to packet/bgp/*.go for Go's conventionFUJITA Tomonori
2016-02-06bmp: try to reconnect after write failureFUJITA Tomonori
2016-02-06server: fix needless warnings about writing to dead bmp connectionFUJITA Tomonori
2016-02-07server: remove broadcastBMPMsgISHIDA 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
2015-12-30bmp: detect bmp connection lost earlier and recover earlierISHIDA Wataru
2015-12-29config: use viper and support multiple configuration formatsISHIDA Wataru
2015-12-28config: make config/state variable name simpleISHIDA Wataru
2015-12-16bmp: support post-policy routing monitoringFUJITA Tomonori
2015-11-13bmp: use on-wire original update dataFUJITA Tomonori
2015-09-13Add bmp supportFUJITA Tomonori