index
:
gobgp
build
extended-community-comment
makefile
master
transport
wireguard
BGP implemented in the Go Programming Language
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
table
Age
Commit message (
Expand
)
Author
2018-05-11
fix add-path with vrf-neighbor
FUJITA Tomonori
2018-05-10
make Path objects in rib read-only
FUJITA Tomonori
2018-05-07
table: use shorter key for map of ipv4 and ipv6 prefixes
FUJITA Tomonori
2018-05-07
table: remove Radixkey member in Destination structure
FUJITA Tomonori
2018-05-07
table: remove key member in Path structure
FUJITA Tomonori
2018-05-07
table: remove uuid member in originInfo structure
FUJITA Tomonori
2018-05-07
table: remove VrfIds member in Path structure
FUJITA Tomonori
2018-05-07
avoid updating Path in the rib via MarkStale()
FUJITA Tomonori
2018-05-07
table: remove withdraw/newPath/oldPath Lists in Destination
FUJITA Tomonori
2018-05-07
preparation for shrinking Destination structure
FUJITA Tomonori
2018-05-07
use sorted single master table for route server setup
FUJITA Tomonori
2018-04-25
Restore PathIdentifier for paths belonging to VRFs
David Barroso
2018-04-03
packet/bgp: Getter functions for AS segment
IWASE Yusuke
2018-04-03
packet/bgp: Remove length argument from NewEVPNNLRI
IWASE Yusuke
2018-02-21
table: fix handleMacMobility()
FUJITA Tomonori
2018-02-16
table/path: Originator ID for locally generated paths
IWASE Yusuke
2018-02-13
packet/bgp: Remove raw binary field on PathAttribute
IWASE Yusuke
2018-02-08
config: Option to disable best path selection
IWASE Yusuke
2018-02-06
table: Change type of BestPathReason to uint8
IWASE Yusuke
2018-02-06
table: replace time.Time struct with int64 in originInfo struct
FUJITA Tomonori
2018-02-06
table: change originInfo struct layout to reduce the size
FUJITA Tomonori
2018-01-24
*: Use strconv.ParseUint instead of strconv.Atoi()
IWASE Yusuke
2018-01-23
fix breakage with the latest github.com/satori/go.uuid
FUJITA Tomonori
2017-12-21
cli: Enable to filter EVPN routes by Route Type
IWASE Yusuke
2017-12-20
table: fix converting 2bytes to 4bytes AS PATH
FUJITA Tomonori
2017-12-16
table/policy: Support prefix representation in NeighborSet
Satoshi Fujimoto
2017-11-26
cmd/neighbor: Refactor ShowRoute()
Satoshi Fujimoto
2017-11-24
packet/bgp: Sort FlowSpec rules when decoding/creating
IWASE Yusuke
2017-11-23
table: fix merging of v4 paths with addpath enabled
FUJITA Tomonori
2017-11-23
table: use Path's hash value for merging
FUJITA Tomonori
2017-11-23
table: add attribute hash value to Path structure
FUJITA Tomonori
2017-11-23
table: avoid unnecessary attributes in Path object
FUJITA Tomonori
2017-11-07
table/path: Print Confederation AS_PATH segment Explicitly
Satoshi Fujimoto
2017-11-07
*: Support BGP Confederations (RFC 5065)
Satoshi Fujimoto
2017-11-03
table/policy: Nil check before reference in inUse()
Satoshi Fujimoto
2017-11-03
table/message: Send EoR as the last of UPDATE messages
Satoshi Fujimoto
2017-11-01
table/path_test: Remove debug print
IWASE Yusuke
2017-11-01
Fix some typos found by spell checker
IWASE Yusuke
2017-11-01
Fix some spelling for spell checker's test
IWASE Yusuke
2017-10-30
table/path: net.IP.IsUnspecified() instead of isZero()
IWASE Yusuke
2017-10-03
table: Implement ignore-as-path-length
IWASE Yusuke
2017-09-14
table/policy: fix ReplacePolicy with preserve=false to remove old statements
Piotr Wydrych
2017-08-07
table: exclude mpreach and mpunreach attribute for normal v4 updates
Wataru Ishida
2017-08-07
table: fix handling of update with both mpunreach and mpreach attribute
Wataru Ishida
2017-08-02
table: allocate bitmap for path id dynamically
FUJITA Tomonori
2017-07-27
table: disable wrong warning about aspath
FUJITA Tomonori
2017-07-26
table: don't send OriginaterID or ClusterList attributes to non rr clients
FUJITA Tomonori
2017-07-26
fix addpath send withdraw
FUJITA Tomonori
2017-07-26
add addpath send support
FUJITA Tomonori
2017-07-26
table: assign local identifier to path
FUJITA Tomonori
[next]