summaryrefslogtreecommitdiffhomepage
path: root/server/server.go
AgeCommit message (Expand)Author
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
2017-02-03cli: Administrative Shutdown Communication on disable neighborIWASE Yusuke
2017-02-03cli: Communication on Administrative Shutdown NOTIFICATIONIWASE Yusuke
2017-01-29Fix End of RIB handlingEiichiro Watanabe
2017-01-22api: add a UUID field to Path structureWataru Ishida
2017-01-21server: fix a bug of error handlingWataru Ishida
2016-11-06server: refactor mgmt operationISHIDA Wataru
2016-11-06server: check server is up before admin operationISHIDA Wataru
2017-01-16GetVrf() cause bgpd panic if it is not startedksang
2016-12-19bmp: don't send paths already sent in case of softresetin happensWataru Ishida
2016-12-19server: notify post policy update when soft-reset-in is triggeredWataru Ishida
2016-12-10server: fix bug when global import policy rejects a routeWataru Ishida
2016-12-02server: fix bug of deleteNeighbor()Wataru Ishida
2016-11-24server: fix Watcher InfiniteChannel leakFUJITA Tomonori
2016-11-21server: fix memory leak in infinite channel goroutineWataru Ishida
2016-11-18server: disable advertised number calculation with multiple neighborsFUJITA Tomonori