summaryrefslogtreecommitdiffhomepage
path: root/pkg/server/fsm.go
AgeCommit message (Expand)Author
2021-10-19implement pluggable transporttransportMikael Magnusson
2021-10-18bgp: Validate router-id against 0.0.0.0 and ASN-wideDonatas Abraitis
2021-10-18chore: fix linting ineffassign and redundant type from array, slice, or map c...Imcom Jin
2021-08-13Update the hold timer when a BGP Update message is receivedPeter Hill
2021-05-24Add FQDN capabilityDonatas Abraitis
2021-05-10Fixed dead lock bug caused by hold-time expiryzhouzijiang
2020-07-04server: don't send empty ExtendedNexthop capabilityFUJITA Tomonori
2020-05-13extend attributes proto for Prefix SID supportSerguei Bezverkhi
2020-03-11fixed style: unnecessary type cast after type switch and some minor issues.Sergey Elantsev
2019-10-21server: speed up session establishmentFUJITA Tomonori
2019-10-17Transition to graceful restart state on hold timer expiry if applicablemageshgv
2019-10-11Remove policy from FSMCarl Baldwin
2019-07-02BGP connection on a speecified interface (including which is associated VRF) ...Hitoshi Irino
2019-04-09fsm: not reject open message with restart flag unset from gr peerwanghonghao
2019-04-01server: fix passive-modeFUJITA Tomonori
2019-03-26fix same issues in other filesJieJhih Jhang
2019-03-24server: broadcast BMPPeerDownMessage for peer deletionFUJITA Tomonori
2019-03-24fix race of peer deletionFUJITA Tomonori
2019-03-16Fixed typoszabio3
2019-01-12server: Fix peer down reason code in BMPEiichiro Watanabe
2019-01-09server: fix wait time before active connecitonFUJITA Tomonori
2019-01-09silence staticcheck warningsFUJITA Tomonori
2018-12-19server: replace tomb with contextFUJITA Tomonori
2018-12-19server: use Dialer Control method instead of hack to modify connection before...FUJITA Tomonori
2018-10-30server: unexport constFUJITA Tomonori
2018-10-30server: unexport fsm stuffFUJITA Tomonori
2018-10-29server: unexport Peer adn PeerGroupFUJITA Tomonori
2018-10-29server: unexport TCPDialer/TCPListener/TCPSockopt stuffFUJITA Tomonori
2018-09-18fsm: get rid of dead lockwanghonghao
2018-07-24fix unittest warnings with go tipFUJITA Tomonori
2018-07-19fix races and enable race detector in unittestjhserrano
2018-07-15pkg/server: enable active connection with graceful restartFUJITA Tomonori
2018-07-15fsm: Connect to bgp peers regardless of whether the peers are restartingwanghonghao
2018-07-07follow Standard Go Project LayoutFUJITA Tomonori