summaryrefslogtreecommitdiffhomepage
path: root/server
AgeCommit message (Expand)Author
2017-07-04use Destination instead of Path for path selection APIFUJITA Tomonori
2017-07-04server: split rib into twoFUJITA Tomonori
2017-06-23server: Enable to configure static TTL for BGP packetsIWASE Yusuke
2017-06-23server: Implement TTL securityIWASE Yusuke
2017-06-23server/sockopt: Support to set minimum TTLIWASE Yusuke
2017-06-20peer: Set NeighborAddress before initializing dynamic peersSatoshi Fujimoto
2017-06-20peer: Check errors in creating Dynamic PeersSatoshi Fujimoto
2017-06-16server: Support Dynamic NeighborSatoshi Fujimoto
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_test: Test for Graceful Restart timer expiredIWASE Yusuke
2017-06-06server_test: Add a sleep for stabilityIWASE Yusuke
2017-06-06server: Close conn when graceful restart timer expiredWataru Ishida
2017-06-06server_test: stop listeningIWASE Yusuke
2017-06-06server_test: Confirm BgpServer started and stoppedIWASE Yusuke
2017-06-05*: Support Peer-Group ConfigurationSatoshi Fujimoto
2017-06-03bmp: Enable to send BMP Route Mirroring messagesIWASE Yusuke
2017-06-03server: Implement event for BGP message watcherIWASE Yusuke
2017-06-01Fix RouteDistinguisher parsing and VPNV6 VRF rib parsingLamanna
2017-06-01packet/mrt: BGP Additional Path Extensions (RFC8050)IWASE 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-22server/peer: Number of filtered routes to advertiseIWASE 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-05-17server/fsm_test.go: fix race condition during testsChris Stockton
2017-05-14server: avoid sending unwanted withdrawals to iBGP peersWataru Ishida
2017-05-10*: support replace-peer-as (aka as-override)Wataru Ishida
2017-05-09server: ignore routes when local AS is in AS_PATHISHIDA Wataru
2017-05-09api: fix api/server struct conversionWataru Ishida
2017-05-06cli: speed up showing a specific defined-setWataru Ishida
2017-04-27server: fix handling bgp messages right after moving to idle state from estab...FUJITA Tomonori
2017-04-27server: avoid unnecessary path clone with route serverFUJITA Tomonori
2017-04-20improve performance of getting single neighbor informationFUJITA Tomonori
2017-04-18policy: send a withdrawal if export policy blocks an existing routeISHIDA Wataru
2017-04-17bmp: BMP Route Monitoring for Local RIB routesIWASE Yusuke
2017-04-17packet/bmp: Obsolete policy argument for BMPPeerHeaderIWASE Yusuke
2017-04-04skip asn negotiation for BGP unnumbered peersISHIDA Wataru
2017-04-04packet/bgp: add extended-nexthop capabilityISHIDA Wataru
2017-04-04table: fix bug of UpdatePathAttrs() with ipv6 link-local peerISHIDA Wataru
2017-04-04server: fix bug of wrongly set <nil> to PeerInfo.LocalAddressISHIDA Wataru
2017-04-01server: fix GetRib() to handle error properlyhepeng
2017-03-27server/zclient: Retry Zebra message version negotiationIWASE Yusuke
2017-03-06server/zclient: Dampening for Nexthop TrackingIWASE Yusuke
2017-03-06server/zclient: Update nexthop state based on NEXTHOP_UPDATEIWASE Yusuke
2017-03-06server/zclient: Register nexthop for Nexthop TrackingIWASE Yusuke
2017-03-05server: fix withdraw with ibgpFUJITA Tomonori