summaryrefslogtreecommitdiffhomepage
path: root/server/server.go
AgeCommit message (Expand)Author
2018-03-27server/server: Set rsRib to RS client in adding dynamic neighborSatoshi Fujimoto
2018-02-08config: Option to disable best path selectionIWASE Yusuke
2018-02-01server: fix dynamic neighbor crashFUJITA Tomonori
2018-01-26server: Avoid to delete received paths with DeletePath APIIWASE Yusuke
2018-01-11server: Empty path list in initial WatchEventUpdateIWASE Yusuke
2017-12-16config/util: Refactor to make arguments to receiversSatoshi Fujimoto
2017-11-26cmd: fix getNeighbor() to take bogus neighbor nameFUJITA Tomonori
2017-11-22server: adminDown operation wrongly resets State.PeerAsFUJITA Tomonori
2017-11-21server: Auto derived ES-Import RT for EVPN Ethernet Segment routeIWASE Yusuke
2017-11-08config: Properly set config of PeerGroup memberSatoshi Fujimoto
2017-11-07*: Support BGP Confederations (RFC 5065)Satoshi Fujimoto
2017-11-07config: Pass Global Config to SetDefaultNeighborConfigSatoshi Fujimoto
2017-11-07server: Avoid local paths left on iBGP peersIWASE Yusuke
2017-11-02server: function notifyPrePolicyUpdateWatcherIWASE Yusuke
2017-11-01Fix some typos found by spell checkerIWASE Yusuke
2017-10-31server: fix AddPath to return uuid properlyFUJITA Tomonori
2017-10-05server: stop Shutdown() with no peerFUJITA Tomonori
2017-10-05server: Avoid applying policy multiply when updating pathIWASE Yusuke
2017-10-03server: Add config.Neighbor into WatchEventUpdateIWASE Yusuke
2017-09-14config: Introduce Family field into AfiSafiStateIWASE Yusuke
2017-07-26add addpath send supportFUJITA Tomonori
2017-07-26server: remove unnecessary Filter() in rsFUJITA Tomonori
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-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-07replace github.com/Sirupsen/logrus with github.com/sirupsen/logrusFUJITA Tomonori
2017-06-05*: Support Peer-Group ConfigurationSatoshi Fujimoto
2017-06-03server: Implement event for BGP message watcherIWASE Yusuke
2017-06-01Fix RouteDistinguisher parsing and VPNV6 VRF rib parsingLamanna
2017-05-14server: avoid sending unwanted withdrawals to iBGP peersWataru Ishida
2017-05-09server: ignore routes when local AS is in AS_PATHISHIDA Wataru
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-20improve performance of getting single neighbor informationFUJITA Tomonori
2017-04-18policy: send a withdrawal if export policy blocks an existing routeISHIDA Wataru
2017-04-04skip asn negotiation for BGP unnumbered peersISHIDA 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-06server/zclient: Dampening for Nexthop TrackingIWASE Yusuke
2017-03-06server/zclient: Update nexthop state based on NEXTHOP_UPDATEIWASE Yusuke
2017-03-05server: fix withdraw with ibgpFUJITA Tomonori
2017-03-05server: avoid sending withdraw to peer just sent withdrawFUJITA Tomonori
2017-02-18server: avoid accessing to globalRib before its initializationFUJITA Tomonori
2017-02-15server: add a current option to WatchBestPath()ISHIDA Wataru