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_test.go
Age
Commit message (
Expand
)
Author
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-10
table: fix adjrib regression
FUJITA Tomonori
2016-01-16
table: remove unnecessary copy of path attributes
ISHIDA Wataru
2015-12-08
table: remove useless table owner member
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
table: make AdjRib API take slice of RouteFamily
FUJITA Tomonori
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-19
table: fix best path selection which considers local asn
ISHIDA Wataru
2015-07-22
mrt: support mrt dump
ISHIDA Wataru
2015-07-01
table: refactor Path/Destination/Table struct
ISHIDA Wataru
2015-05-11
Revert "table: withdraw an old best path when best path changed"
FUJITA Tomonori
2015-04-27
table: withdraw an old best path when best path changed
ISHIDA Wataru
2015-04-27
table: make table.ProcessMessage a function
ISHIDA Wataru
2015-04-15
api: add a method to convert internal structs to protobuf structs
ISHIDA Wataru
2015-03-20
peer: don't send back routes to the source.
ISHIDA Wataru
2015-03-19
table: remove unnecessary distinction of paths
ISHIDA Wataru
2015-03-08
server: adj-in/out supports route families rather than v4/v6
FUJITA Tomonori
2015-03-06
table: NewTableManager takes route families
FUJITA Tomonori
2015-01-28
table: add owner to NewTableManager's arguments
Hiroshi Yokoi
2015-01-23
table: handle timestamp in Path in UpdateIn()
FUJITA Tomonori
2015-01-23
table: not update timestamp if the path replaces the same path
FUJITA Tomonori
2015-01-09
table: fix path's getPrex()
FUJITA Tomonori
2015-01-07
table: fix the previous commit
FUJITA Tomonori
2015-01-04
table: remove Path's source version
FUJITA Tomonori
2014-12-31
table: use 4byte AS as internal data structure
FUJITA Tomonori
2014-12-30
table: Path's getnlri, getpathattrs, getpathattr private
FUJITA Tomonori
2014-12-30
table: make path.Clone private
FUJITA Tomonori
2014-12-30
table: use Path as API instead of destination
FUJITA Tomonori
2014-12-27
RouteFamily cleanup
FUJITA Tomonori
2014-12-21
server: update AdjRibOut table
FUJITA Tomonori
2014-12-21
server: conver PEER_MSG_PATH to bgp update
FUJITA Tomonori
2014-12-21
table: implement Clone() to copy pathattributes in Path struct
FUJITA Tomonori
2014-12-20
table: use slice instead of homegrown orderedmap
FUJITA Tomonori
2014-12-16
table: remove temporary structures
FUJITA Tomonori
2014-12-08
[bestpath_selection] fix bugs when handling withdraw routes
Hiroshi Yokoi
2014-12-05
table: add initial code
Hiroshi Yokoi