summaryrefslogtreecommitdiffhomepage
path: root/server
AgeCommit message (Expand)Author
2017-10-03config: add-paths structure per AFI-SAFIIWASE Yusuke
2017-09-30server: Remove the wrong and verbose return value in validatePath()Eiichiro Watanabe
2017-09-29server: Revised Error Handling (RFC7606)Satoshi Fujimoto
2017-09-14config: Introduce Family field into AfiSafiStateIWASE Yusuke
2017-09-06zclient: Code inspectionIWASE Yusuke
2017-09-06zebra/zapi: Define type for Zebra API message flagsIWASE Yusuke
2017-08-28server: export addROA()/delROA() for library usageEiichiro Watanabe
2017-08-13server: fix fd leak in DialTCP() on LinuxFUJITA Tomonori
2017-08-02server: add sockopt ttl support to darwinFUJITA Tomonori
2017-08-01server: fix zclient to handle route messages without nexthopFUJITA Tomonori
2017-07-30server: fix active connection error checkFUJITA Tomonori
2017-07-26add addpath send supportFUJITA Tomonori
2017-07-26server: remove unnecessary Filter() in rsFUJITA Tomonori
2017-07-19rpki: Collect detailed information while validatingSatoshi Fujimoto
2017-07-18server: Set incoming TTL before accepting connectionIWASE Yusuke
2017-07-18server: Set outgoing TTL before dialingIWASE Yusuke
2017-07-14server: Skip TCP MD5Sig sockopt when empty auth-passwordIWASE Yusuke
2017-07-04support addpath recvISHIDA Wataru
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