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
/
destination.go
Age
Commit message (
Expand
)
Author
2018-07-07
follow Standard Go Project Layout
FUJITA Tomonori
2018-07-06
Fixing all megacheck errors.
FUJITA Tomonori
2018-06-22
Fixing all megacheck errors.
Jeff Bean
2018-06-05
config: Accept CLUSTER_ID as an integer value
IWASE Yusuke
2018-05-24
fix withdraw with addpath and rtc enabled
FUJITA Tomonori
2018-05-23
zclient: Avoid flapping of nexthop reachability
IWASE Yusuke
2018-05-10
make Path objects in rib read-only
FUJITA Tomonori
2018-05-07
table: remove Radixkey member in Destination structure
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-03
packet/bgp: Getter functions for AS segment
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
2017-11-07
*: Support BGP Confederations (RFC 5065)
Satoshi Fujimoto
2017-11-01
Fix some typos found by spell checker
IWASE Yusuke
2017-10-03
table: Implement ignore-as-path-length
IWASE Yusuke
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
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
2017-07-04
support addpath recv
ISHIDA Wataru
2017-07-04
use Destination instead of Path for path selection API
FUJITA Tomonori
2017-06-16
config: Use State to get NeighborAddress instead of Config
Satoshi Fujimoto
2017-06-07
replace github.com/Sirupsen/logrus with github.com/sirupsen/logrus
FUJITA Tomonori
2017-05-31
table: reduce allocs in NewDestination
Chris Stockton
2017-05-23
table: avoid unnecessary memory allocation about generating radix key
FUJITA Tomonori
2017-04-27
table: avoid cloning path for withdraw
FUJITA Tomonori
2017-04-04
server: fix bug of wrongly set <nil> to PeerInfo.LocalAddress
ISHIDA Wataru
2017-03-06
table: Evaluate best path based on nexthop reachability
IWASE Yusuke
2017-02-15
server: add a current option to WatchBestPath()
ISHIDA Wataru
2016-11-29
zebra: add flags for recursive nexthop lookup if necessary
Wataru Ishida
2016-11-12
table: use old best path instead of withdrawn paths
FUJITA Tomonori
2016-11-04
support neighbor belongs to VRF
Wataru Ishida
2016-10-09
*: support long lived graceful restart
Wataru Ishida
2016-09-13
cli/table: support filtering of IPv4/IPv6 MPLS routes
Wataru Ishida
2016-08-25
table: add Best/MultiPath option to SelectOption
Wataru Ishida
2016-08-25
api/cli: kill cmd package custom path/destination structs
Wataru Ishida
2016-08-25
server/api: fix GetRib API to return sorted destination
Wataru Ishida
2016-08-21
fixed some misspell error
Peng Xiao
2016-07-31
gobgp: support mrt injecting only best paths
FUJITA Tomonori
2016-07-30
all logging is done with log.WithFields
dsp
2016-07-20
move gRPC-related code in path.go and destination.go to grpc_server.go
FUJITA Tomonori
2016-06-06
server/table: support bgp multipath
ISHIDA Wataru
2016-06-06
table: return default value(100) when local-pref attr doesn't exist
ISHIDA Wataru
2016-06-03
table: fix leftmostAS() in compareByMED
FUJITA Tomonori
2016-05-29
Revert "table: fix to compare new best path with old best path"
FUJITA Tomonori
2016-05-29
table: make clear function to sort paths
FUJITA Tomonori
[next]