summaryrefslogtreecommitdiffhomepage
path: root/server
AgeCommit message (Expand)Author
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
2017-03-05server: avoid sending withdraw to peer just sent withdrawFUJITA Tomonori
2017-03-05server: add filterpath() unittestFUJITA Tomonori
2017-02-21rpki: use context instead of tombFUJITA Tomonori
2017-02-18server: avoid accessing to globalRib before its initializationFUJITA Tomonori
2017-02-15server: add a current option to WatchBestPath()ISHIDA Wataru
2017-02-10zebra: Process per-route MTU zebra messageTatsushi Demachi
2017-02-09server: fix in-policy bugISHIDA Wataru
2017-02-03cli: Administrative Shutdown Communication on disable neighborIWASE Yusuke
2017-02-03server/fsm: Logging Administrative Shutdown CommunicationIWASE Yusuke
2017-02-03cli: Communication on Administrative Shutdown NOTIFICATIONIWASE Yusuke
2017-02-02server: fix rpki server stateFUJITA Tomonori
2017-01-29Fix End of RIB handlingEiichiro Watanabe
2017-01-25fix compile failure on freebsd and windowsISHIDA Wataru