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
2015-06-09
server: kill peerMsg
FUJITA Tomonori
2015-05-11
Revert "table: withdraw an old best path when best path changed"
FUJITA Tomonori
2015-05-08
table: change log level to debug
FUJITA Tomonori
2015-05-01
table: add support for route target constraint nlri
ISHIDA Wataru
2015-04-27
table: withdraw an old best path when best path changed
ISHIDA Wataru
2015-04-27
table: remove unused methods
ISHIDA Wataru
2015-04-27
table: make table.ProcessMessage a function
ISHIDA Wataru
2015-04-25
table: add support for encapsulation nlri
ISHIDA Wataru
2015-04-15
table: sort peers/routes at client side instead of bgpd side
ISHIDA Wataru
2015-04-15
api: add a method to convert internal structs to protobuf structs
ISHIDA Wataru
2015-04-04
table: change Path.clone to copy path attributes and make it public
ISHIDA Wataru
2015-04-04
table: bug fix of ReceiveRoute String() method
ISHIDA Wataru
2015-03-24
policy: add prefix filter
Naoto Hanaue
2015-03-21
table: add EVPN route family support
Yuji Oshima
2015-03-20
peer: don't send back routes to the source.
ISHIDA Wataru
2015-03-20
server: add Global Rib to support normal BGP functionality
ISHIDA Wataru
2015-03-19
table: remove unnecessary distinction of paths
ISHIDA Wataru
2015-03-11
table: IPv4_VPN route family
Yuji Oshima
2015-03-10
table: use github.com/tchap/go-patricia/patricia instead of our fork
FUJITA Tomonori
2015-03-08
server: adj-in/out supports route families rather than v4/v6
FUJITA Tomonori
2015-03-08
server: support multiple route familes per peer
FUJITA Tomonori
2015-03-06
server: remove rf in ServerMsg
FUJITA Tomonori
2015-03-06
table: NewTableManager takes route families
FUJITA Tomonori
2015-03-06
table: remove RF from PeerInfo
FUJITA Tomonori
2015-02-24
table: also sort adj-rib tables when marshaling as well as local-rib
ISHIDA Wataru
2015-01-28
table: add owner to NewTableManager's arguments
Hiroshi Yokoi
2015-01-28
table: revise table logs
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-22
table: remove timestamp in ReceivedRoute
FUJITA Tomonori
2015-01-22
table: add timestamp to Path
FUJITA Tomonori
2015-01-17
cli: update show neighbors output
FUJITA Tomonori
2015-01-09
table: fix path's getPrex()
FUJITA Tomonori
2015-01-08
server: drop all paths in adj-in when peer is down
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-27
support IPv6_UC route family
FUJITA Tomonori
2014-12-25
packet: define BGPPathAttr type
FUJITA Tomonori
2014-12-22
clean up logger usage
FUJITA Tomonori
2014-12-22
table: send withdraw when peer is down
FUJITA Tomonori
2014-12-21
table: sends updates from AdjRibOut when FSM_ESTABLISHED
FUJITA Tomonori
2014-12-21
server: update AdjRibOut table
FUJITA Tomonori
2014-12-18
peer: support peer state
FUJITA Tomonori
2014-12-18
peer: update local rib
FUJITA Tomonori
2014-12-18
server: update adjRibIn
FUJITA Tomonori
2014-12-18
table: use path to handle table update
FUJITA Tomonori
2014-12-17
table: move AdjRib out of TableManager
FUJITA Tomonori
2014-12-16
table: remove temporary structures
FUJITA Tomonori
2014-12-16
table: remove CoreService, Neighbors, and Commons structures
FUJITA Tomonori
[next]