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
/
adj.go
Age
Commit message (
Expand
)
Author
2018-07-07
follow Standard Go Project Layout
FUJITA Tomonori
2018-05-29
table: fix DropStale method in AdjRib
FUJITA Tomonori
2018-05-28
table: update accepted number in adj-in rib after softreset-in
FUJITA Tomonori
2018-05-28
table: fix accepted number in adj-in rib
FUJITA Tomonori
2018-05-28
table: remove unused Exists method in AdjRib strcture
FUJITA Tomonori
2018-05-28
table: remove unused id in AdjRib strcture
FUJITA Tomonori
2018-05-07
table: use shorter key for map of ipv4 and ipv6 prefixes
FUJITA Tomonori
2018-05-07
avoid updating Path in the rib via MarkStale()
FUJITA Tomonori
2018-05-07
use sorted single master table for route server setup
FUJITA Tomonori
2017-08-02
table: allocate bitmap for path id dynamically
FUJITA Tomonori
2017-07-04
support addpath recv
ISHIDA Wataru
2017-02-15
table: fix bug of adj-table accepted counter
ISHIDA Wataru
2016-11-17
add go vet test
Wataru Ishida
2016-10-16
cli/api: support getting table summary information
Wataru Ishida
2016-08-25
server/api: fix GetRib API to return sorted destination
Wataru Ishida
2016-05-29
table: use path Equal method in adj rather than homegrown funciton
FUJITA Tomonori
2016-05-23
server/table: fix intra-AS RTC route distribution
ISHIDA Wataru
2016-05-12
table: fix bug in AdjRIb.PathList()
ISHIDA Wataru
2016-05-12
table: fix bug in AdjRib.Update()
ISHIDA Wataru
2016-04-25
remove collector mode support
FUJITA Tomonori
2016-03-31
move packet/*.go to packet/bgp/*.go for Go's convention
FUJITA Tomonori
2016-02-10
server: support graceful-restart helper-speaker behavior
ISHIDA Wataru
2016-02-10
table: support sending/receiving EOR msg
ISHIDA Wataru
2016-02-10
table: fix adjrib regression
FUJITA Tomonori
2016-02-06
add route collector feature support
FUJITA Tomonori
2016-02-01
server: fix soft-reset-in to handle in-policy change properly
ISHIDA Wataru
2015-12-22
table: fix the number of accepted
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