summaryrefslogtreecommitdiffhomepage
path: root/server
AgeCommit message (Expand)Author
2018-05-23zclient: Avoid flapping of nexthop reachabilityIWASE Yusuke
2018-05-23server: use negotiated family instead configuredFUJITA Tomonori
2018-05-22fix graceful-restart when not all peers are restartingPatrick Hemmer
2018-05-11fix add-path with vrf-neighborFUJITA Tomonori
2018-05-11mrt: Improve golint resultIWASE Yusuke
2018-05-11mrt: Enable to dump locally generated routesIWASE Yusuke
2018-05-10bmp: avoid huge memory allocation for sending paths initiallyFUJITA Tomonori
2018-05-10make Path objects in rib read-onlyFUJITA Tomonori
2018-05-09server/server: Fix typoSatoshi Fujimoto
2018-05-07table: use shorter key for map of ipv4 and ipv6 prefixesFUJITA Tomonori
2018-05-07table: remove uuid member in originInfo structureFUJITA Tomonori
2018-05-07table: remove VrfIds member in Path structureFUJITA Tomonori
2018-05-07avoid updating Path in the rib via MarkStale()FUJITA Tomonori
2018-05-07table: remove withdraw/newPath/oldPath Lists in DestinationFUJITA Tomonori
2018-05-07preparation for shrinking Destination structureFUJITA Tomonori
2018-05-07use sorted single master table for route server setupFUJITA Tomonori
2018-04-18fsm: Don't wait EoR if the peer is restartingSatoshi Fujimoto
2018-04-18server: Fix outgoing rtfilterIWASE Yusuke
2018-04-09server: Avoid infinite UPDATE loop of RTM NLRIIWASE Yusuke
2018-04-05server/rpki: fixed ROA sortAbhijit Gadgil
2018-04-03packet/bgp: Getter functions for AS segmentIWASE Yusuke
2018-03-27server/server: Set rsRib to RS client in adding dynamic neighborSatoshi Fujimoto
2018-03-22Fix AddPath MarshallingOption bug.kishiguro
2018-02-23zclient: Avoid directly access to RIBIWASE Yusuke
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-26server: resolve next-hop with FRR/Zebra for VRF routesAman Shaikh
2018-01-24*: Use strconv.ParseUint instead of strconv.Atoi()IWASE Yusuke
2018-01-11server_test: Enhance test cases for MonitorRib APIIWASE Yusuke
2018-01-11server: Empty path list in initial WatchEventUpdateIWASE Yusuke
2017-12-16config/util: Refactor to make arguments to receiversSatoshi Fujimoto
2017-12-07bmp: set A flag in Per-Peer HeaderFUJITA Tomonori
2017-11-26cmd: fix getNeighbor() to take bogus neighbor nameFUJITA Tomonori
2017-11-23table: fix merging of v4 paths with addpath enabledFUJITA Tomonori
2017-11-22server: Allow 0 value to roaManager.AS for library usageEiichiro Watanabe
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-07packet/bgp: Add Validation for BGP ConfederationsSatoshi Fujimoto
2017-11-07config: Pass Global Config to SetDefaultNeighborConfigSatoshi Fujimoto
2017-11-07server: Avoid local paths left on iBGP peersIWASE Yusuke
2017-11-02zclient: Register all nexthops contained in RIBsIWASE Yusuke
2017-11-02zclient: Unregister uninterested nexthopsIWASE Yusuke
2017-11-02server: function notifyPrePolicyUpdateWatcherIWASE Yusuke
2017-11-02zclient: Enable to connect to FRRoutingIWASE Yusuke
2017-11-01Fix some typos found by spell checkerIWASE Yusuke
2017-11-01Fix some spelling for spell checker's testIWASE Yusuke
2017-10-31server: fix AddPath to return uuid properlyFUJITA Tomonori