summaryrefslogtreecommitdiffhomepage
path: root/table
AgeCommit message (Expand)Author
2018-02-16table/path: Originator ID for locally generated pathsIWASE Yusuke
2018-02-13packet/bgp: Remove raw binary field on PathAttributeIWASE Yusuke
2018-02-08config: Option to disable best path selectionIWASE Yusuke
2018-02-06table: Change type of BestPathReason to uint8IWASE Yusuke
2018-02-06table: replace time.Time struct with int64 in originInfo structFUJITA Tomonori
2018-02-06table: change originInfo struct layout to reduce the sizeFUJITA Tomonori
2018-01-24*: Use strconv.ParseUint instead of strconv.Atoi()IWASE Yusuke
2018-01-23fix breakage with the latest github.com/satori/go.uuidFUJITA Tomonori
2017-12-21cli: Enable to filter EVPN routes by Route TypeIWASE Yusuke
2017-12-20table: fix converting 2bytes to 4bytes AS PATHFUJITA Tomonori
2017-12-16table/policy: Support prefix representation in NeighborSetSatoshi Fujimoto
2017-11-26cmd/neighbor: Refactor ShowRoute()Satoshi Fujimoto
2017-11-24packet/bgp: Sort FlowSpec rules when decoding/creatingIWASE Yusuke
2017-11-23table: fix merging of v4 paths with addpath enabledFUJITA Tomonori
2017-11-23table: use Path's hash value for mergingFUJITA Tomonori
2017-11-23table: add attribute hash value to Path structureFUJITA Tomonori
2017-11-23table: avoid unnecessary attributes in Path objectFUJITA Tomonori
2017-11-07table/path: Print Confederation AS_PATH segment ExplicitlySatoshi Fujimoto
2017-11-07*: Support BGP Confederations (RFC 5065)Satoshi Fujimoto
2017-11-03table/policy: Nil check before reference in inUse()Satoshi Fujimoto
2017-11-03table/message: Send EoR as the last of UPDATE messagesSatoshi Fujimoto
2017-11-01table/path_test: Remove debug printIWASE Yusuke
2017-11-01Fix some typos found by spell checkerIWASE Yusuke
2017-11-01Fix some spelling for spell checker's testIWASE Yusuke
2017-10-30table/path: net.IP.IsUnspecified() instead of isZero()IWASE Yusuke
2017-10-03table: Implement ignore-as-path-lengthIWASE Yusuke
2017-09-14table/policy: fix ReplacePolicy with preserve=false to remove old statementsPiotr Wydrych
2017-08-07table: exclude mpreach and mpunreach attribute for normal v4 updatesWataru Ishida
2017-08-07table: fix handling of update with both mpunreach and mpreach attributeWataru Ishida
2017-08-02table: allocate bitmap for path id dynamicallyFUJITA Tomonori
2017-07-27table: disable wrong warning about aspathFUJITA Tomonori
2017-07-26table: don't send OriginaterID or ClusterList attributes to non rr clientsFUJITA Tomonori
2017-07-26fix addpath send withdrawFUJITA Tomonori
2017-07-26add addpath send supportFUJITA Tomonori
2017-07-26table: assign local identifier to pathFUJITA Tomonori
2017-07-19table: Include detailed information about RPKI in originInfoSatoshi Fujimoto
2017-07-04api/cli: support showing path-identifierWataru Ishida
2017-07-04support addpath recvISHIDA Wataru
2017-07-04use Destination instead of Path for path selection APIFUJITA Tomonori
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-01Fix RouteDistinguisher parsing and VPNV6 VRF rib parsingLamanna
2017-05-31table: reduce allocs in NewDestinationChris Stockton
2017-05-23table: avoid unnecessary memory allocation about generating radix keyFUJITA Tomonori
2017-05-10*: support replace-peer-as (aka as-override)Wataru Ishida
2017-05-10*: support remove private asWataru Ishida
2017-05-10table: Advertise local-pref set by import policyTatsushi Demachi
2017-05-06cli: speed up showing a specific defined-setWataru Ishida
2017-04-27server: avoid unnecessary path clone with route serverFUJITA Tomonori
2017-04-27table: avoid cloning path for withdrawFUJITA Tomonori