summaryrefslogtreecommitdiffhomepage
path: root/server/fsm.go
AgeCommit message (Expand)Author
2018-05-24server: Gather informations for BMPPeerDownMessageSatoshi Fujimoto
2018-05-24server/server: Add field to WatchEventPeerState for PeerDownEventSatoshi Fujimoto
2018-05-22fix graceful-restart when not all peers are restartingPatrick Hemmer
2018-05-07use sorted single master table for route server setupFUJITA Tomonori
2018-04-18fsm: Don't wait EoR if the peer is restartingSatoshi Fujimoto
2018-04-03packet/bgp: Getter functions for AS segmentIWASE Yusuke
2018-03-22Fix AddPath MarshallingOption bug.kishiguro
2018-01-24*: Use strconv.ParseUint instead of strconv.Atoi()IWASE Yusuke
2017-12-16config/util: Refactor to make arguments to receiversSatoshi Fujimoto
2017-11-23table: fix merging of v4 paths with addpath enabledFUJITA Tomonori
2017-11-07packet/bgp: Add Validation for BGP ConfederationsSatoshi Fujimoto
2017-11-01Fix some typos found by spell checkerIWASE Yusuke
2017-10-07server: fix "occurred" spellingVincent Bernat
2017-10-03config: add-paths structure per AFI-SAFIIWASE Yusuke
2017-09-29server: Revised Error Handling (RFC7606)Satoshi Fujimoto
2017-09-14config: Introduce Family field into AfiSafiStateIWASE Yusuke
2017-07-18server: Set outgoing TTL before dialingIWASE Yusuke
2017-07-04support addpath recvISHIDA Wataru
2017-06-23server: Enable to configure static TTL for BGP packetsIWASE Yusuke
2017-06-23server: Implement TTL securityIWASE Yusuke
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-06server: Close conn when graceful restart timer expiredWataru Ishida
2017-05-09server: ignore routes when local AS is in AS_PATHISHIDA Wataru
2017-04-04skip asn negotiation for BGP unnumbered peersISHIDA Wataru
2017-04-04packet/bgp: add extended-nexthop capabilityISHIDA Wataru
2017-02-03cli: Administrative Shutdown Communication on disable neighborIWASE Yusuke
2017-02-03server/fsm: Logging Administrative Shutdown CommunicationIWASE Yusuke
2016-10-13server: fix error propagationWataru Ishida
2016-10-09*: support long lived graceful restartWataru Ishida
2016-10-09*: Notification support for BGP GRWataru Ishida
2016-08-03move policyMutex to policy/FUJITA Tomonori
2016-07-30all logging is done with log.WithFieldsdsp
2016-06-16Fix a typo in FSM stateThomas Morin
2016-06-27fix two-bytes AS translationFUJITA Tomonori
2016-06-28fsm: do two-bytes AS translation if didn't sent 4byte capFUJITA Tomonori
2016-06-26support AGGREGATOR and AS4_AGGREGATOR conversionFUJITA Tomonori
2016-06-14server: replace SenderMsg workaround with InfiniteChannelFUJITA Tomonori
2016-06-01server/config: fix md5ed ipv6 active connectionISHIDA Wataru
2016-05-20server: fix connectLoop() select loop not to blockISHIDA Wataru
2016-05-20server: fix connectLoop() goroutine leakISHIDA Wataru
2016-05-20server: stringify FSM state in log messagesISHIDA Wataru
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 notification error codeFUJITA Tomonori
2016-05-10server: don't modify admin-down configISHIDA Wataru
2016-05-09server: fix to send more appropriate notification code/subcodeISHIDA Wataru
2016-05-09server: ignore stale fsm messagesISHIDA Wataru