summaryrefslogtreecommitdiffhomepage
path: root/server/server.go
AgeCommit message (Expand)Author
2018-07-07follow Standard Go Project LayoutFUJITA Tomonori
2018-07-06api: remove table/ usage in util.goFUJITA Tomonori
2018-06-29server: exclude RTC for softreset if not specifiedFUJITA Tomonori
2018-06-27server: Avoid calling os.Exit() in BgpServer.Shutdown()IWASE Yusuke
2018-06-23potential - Found a bug in the python testsJeff Bean
2018-06-22Fixing all megacheck errors.Jeff Bean
2018-06-20server: fix AddPath to return uuidFUJITA Tomonori
2018-06-13api: Implement AddCollector()Satoshi Fujimoto
2018-06-05server: fix GetRib() with rpkiFUJITA Tomonori
2018-06-05table: support nexthop match policyurban
2018-05-31server: reject route without origin attribute via AddPath()FUJITA Tomonori
2018-05-28table: update accepted number in adj-in rib after softreset-inFUJITA Tomonori
2018-05-28table: remove unused id in AdjRib strctureFUJITA Tomonori
2018-05-28server: Apply rtfilter on eBGP sessionIWASE Yusuke
2018-05-28server: Prefer RTC route from RR clientIWASE Yusuke
2018-05-26server: fix infinite rtc update loop with addpathFUJITA Tomonori
2018-05-24server: Gather informations for BMPPeerDownMessageSatoshi Fujimoto
2018-05-24server/server: Add field to WatchEventPeerState for PeerDownEventSatoshi Fujimoto
2018-05-24server/server: Restart peers when capabilities are changedSatoshi Fujimoto
2018-05-24server: Withdraw routes when received RTM withdrawalIWASE Yusuke
2018-05-24fix withdraw with addpath and rtc enabledFUJITA Tomonori
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-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-18server: Fix outgoing rtfilterIWASE Yusuke
2018-04-09server: Avoid infinite UPDATE loop of RTM NLRIIWASE Yusuke
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