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
/
table_manager.go
Age
Commit message (
Expand
)
Author
2018-06-22
Fixing all megacheck errors.
Jeff Bean
2018-05-07
table: use shorter key for map of ipv4 and ipv6 prefixes
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-02-21
table: fix handleMacMobility()
FUJITA Tomonori
2018-02-08
config: Option to disable best path selection
IWASE Yusuke
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-07-04
use Destination instead of Path for path selection API
FUJITA Tomonori
2017-06-07
replace github.com/Sirupsen/logrus with github.com/sirupsen/logrus
FUJITA Tomonori
2017-04-27
table: avoid cloning path for withdraw
FUJITA Tomonori
2017-03-06
table/table_manager: Enable to select paths with nexthop
IWASE Yusuke
2017-02-15
server: add a current option to WatchBestPath()
ISHIDA Wataru
2016-11-12
table: use old best path instead of withdrawn paths
FUJITA Tomonori
2016-11-03
remove label allocation completely
FUJITA Tomonori
2016-10-16
cli/api: support getting table summary information
Wataru Ishida
2016-09-30
api: add id to VrfRequest
FUJITA Tomonori
2016-06-06
server/table: support bgp multipath
ISHIDA Wataru
2016-05-23
server/table: fix intra-AS RTC route distribution
ISHIDA Wataru
2016-04-21
table: Destination's Calculate doesn't need to return newly added paths
FUJITA Tomonori
2016-03-31
move packet/*.go to packet/bgp/*.go for Go's convention
FUJITA Tomonori
2016-03-14
table: remove empty destinations after withdraw
FUJITA Tomonori
2016-03-14
table: remove Destination's oldKnownPathList
FUJITA Tomonori
2016-03-14
table: remove Destination's WithdrawnList and UpdatedPathList used for valida...
FUJITA Tomonori
2016-02-27
ops: fix and integration the attribute name that indicates the route received...
Naoto Hanaue
2016-02-19
ops: maintenance of two-way route exchange
Naoto Hanaue
2016-02-10
table: support sending/receiving EOR msg
ISHIDA Wataru
2016-02-06
add route collector feature support
FUJITA Tomonori
2016-01-16
table: kill unused field medSetByTargetNeighbor
ISHIDA Wataru
2015-12-08
table: remove useless table owner member
FUJITA Tomonori
2015-12-08
table: remove unused DeletePathsforPeer()
FUJITA Tomonori
2015-12-08
server/table: use only one rib for multiple route server clients
ISHIDA Wataru
2015-12-02
make adj-rib implementation more clear and efficient
ISHIDA Wataru
2015-11-13
use the same timestamp for bmp and mrt updates
FUJITA Tomonori
2015-10-21
server: remove peer's getBests method
FUJITA Tomonori
2015-10-21
table: make AdjRib API take slice of RouteFamily
FUJITA Tomonori
2015-10-21
table: store the list of route family in TableManager
FUJITA Tomonori
2015-10-20
api: support policy assignment modification via grpc
ISHIDA Wataru
2015-10-09
server: store import/export config in TabelManager instead of Peer
ISHIDA Wataru
2015-10-07
server: fix soft reset out
FUJITA Tomonori
2015-10-07
policy: fix bug of export neighbor condition matching
ISHIDA Wataru
2015-10-02
cli: add command to show accepted/rejected routes
ISHIDA Wataru
2015-09-25
server/table: assign mpls labels to locally generated vpn routes
ISHIDA Wataru
2015-09-08
*: kill bgp.NLRInfo and bgp.WithdrawnRoute
ISHIDA Wataru
2015-08-29
Revert "table: increase the possibiliby of many NLRIs in one update message"
FUJITA Tomonori
2015-08-26
table: increase the possibiliby of many NLRIs in one update message
FUJITA Tomonori
2015-08-19
vrf: withdraw route-target constraint routes when deleting a vrf
ISHIDA Wataru
2015-08-19
vrf: advertise route-target constraint routes when adding a vrf
ISHIDA Wataru
2015-08-19
table: fix best path selection which considers local asn
ISHIDA Wataru
[next]