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
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-03-14
table: remove Destination's ImplicitWithdrawnList
FUJITA Tomonori
2016-02-10
table: expose (*Destination).getRouteFamily()
ISHIDA Wataru
2016-01-17
rpki: add rpki validate API
FUJITA Tomonori
2016-01-17
update rpki monitor API
FUJITA Tomonori
2016-01-16
server: reduce number of path.Clone() call to reduce memory footprint
ISHIDA Wataru
2016-01-16
table: remove unnecessary copy of path attributes
ISHIDA Wataru
2015-12-29
config: use viper and support multiple configuration formats
ISHIDA Wataru
2015-12-28
config: make config/state variable name simple
ISHIDA Wataru
2015-12-08
server/table: use only one rib for multiple route server clients
ISHIDA Wataru
2015-12-02
table: improve implicitWithdraw()
FUJITA Tomonori
2015-12-02
table: sort all known paths instead of just selecting best
ISHIDA Wataru
2015-11-18
rpki: fix IPv4-mapped addresss handling
FUJITA Tomonori
2015-11-12
table: fix how to mark a path as best in ToApiStruct()
ISHIDA Wataru
2015-11-09
server: move peerInfo from peer to fsm
FUJITA Tomonori
2015-10-27
server: fix radix key bug in rpki test
FUJITA Tomonori
2015-09-20
api: rename package/service name to gobgpapi
ISHIDA Wataru
2015-09-10
table: add string method for easier debugging
ISHIDA Wataru
2015-09-01
zebra: distribute routes from zebra
Hiroshi Yokoi
2015-08-31
server: support route reflector behavior
ISHIDA Wataru
2015-08-25
*: better log msg
ISHIDA Wataru
2015-08-21
speed up showing ipv6 routes
FUJITA Tomonori
2015-08-20
server: fix for sorting adj-in/out routes
FUJITA Tomonori
2015-08-19
gobgp: improve the time to show routes
FUJITA Tomonori
2015-08-19
table: fix best path selection which considers local asn
ISHIDA Wataru
2015-08-08
*: kill protobuf path structure
ISHIDA Wataru
2015-08-03
mrt: merge gomrt to gobgp cli command
ISHIDA Wataru
2015-07-22
mrt: support mrt dump
ISHIDA Wataru
2015-07-01
table: remove unused field/func
ISHIDA Wataru
2015-07-01
table: check paths' equivalence deeper
ISHIDA Wataru
2015-07-01
table: refactor Path/Destination/Table struct
ISHIDA Wataru
2015-06-23
table: use isLocal() to check if path is locally generated
ISHIDA Wataru
2015-06-23
table: add Equal() method to compare PeerInfo
ISHIDA Wataru
2015-06-09
server: kill peerMsg
FUJITA Tomonori
2015-06-02
packet: return aspath length based on the segment type.
Hiroshi Yokoi
2015-05-01
table: add support for route target constraint nlri
ISHIDA Wataru
2015-04-27
table: remove unused methods
ISHIDA Wataru
2015-04-25
table: add support for encapsulation nlri
ISHIDA Wataru
2015-04-15
api: add a method to convert internal structs to protobuf structs
ISHIDA Wataru
2015-04-14
api: use gRPC instead of REST
ISHIDA Wataru
2015-04-04
table: fix typo
ISHIDA Wataru
2015-04-03
table: support displaying evpn destination through cli
ISHIDA Wataru
2015-03-24
policy: add prefix filter
Naoto Hanaue
2015-03-21
table: add EVPN route family support
Yuji Oshima
2015-03-11
table: IPv4_VPN route family
Yuji Oshima
2015-03-06
table: remove RF from PeerInfo
FUJITA Tomonori
2015-01-28
table: add owner to NewTableManager's arguments
Hiroshi Yokoi
2015-01-28
table: revise table logs
Hiroshi Yokoi
2015-01-27
table: fix ipv6 JSON reggression
FUJITA Tomonori
[next]