summaryrefslogtreecommitdiffhomepage
path: root/table
AgeCommit message (Expand)Author
2018-05-23zclient: Avoid flapping of nexthop reachabilityIWASE Yusuke
2018-05-23fix: missing validateCondition in ReplaceStatementlnever
2018-05-11fix add-path with vrf-neighborFUJITA Tomonori
2018-05-10make Path objects in rib read-onlyFUJITA Tomonori
2018-05-07table: use shorter key for map of ipv4 and ipv6 prefixesFUJITA Tomonori
2018-05-07table: remove Radixkey member in Destination structureFUJITA Tomonori
2018-05-07table: remove key member in Path structureFUJITA 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-25Restore PathIdentifier for paths belonging to VRFsDavid Barroso
2018-04-03packet/bgp: Getter functions for AS segmentIWASE Yusuke
2018-04-03packet/bgp: Remove length argument from NewEVPNNLRIIWASE Yusuke
2018-02-21table: fix handleMacMobility()FUJITA Tomonori
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