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.go
Age
Commit message (
Expand
)
Author
2016-01-16
table: remove unnecessary copy of path attributes
ISHIDA Wataru
2015-12-08
server/table: use only one rib for multiple route server clients
ISHIDA Wataru
2015-12-02
table: sort all known paths instead of just selecting best
ISHIDA Wataru
2015-08-25
*: better log msg
ISHIDA Wataru
2015-08-19
vrf: withdraw route-target constraint routes when deleting a vrf
ISHIDA Wataru
2015-08-19
table: withdraw self-generated vrfed routes when a vrf deleted
ISHIDA Wataru
2015-08-05
table: clean up
ISHIDA Wataru
2015-08-05
table: publicate Table.getDestination()
ISHIDA Wataru
2015-07-22
mrt: support mrt dump
ISHIDA Wataru
2015-07-01
table: refactor Path/Destination/Table struct
ISHIDA Wataru
2015-06-23
table: add Equal() method to compare PeerInfo
ISHIDA Wataru
2015-05-01
table: add support for route target constraint nlri
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-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-10
table: use github.com/tchap/go-patricia/patricia instead of our fork
FUJITA Tomonori
2015-02-18
table: use forked go-patricia
FUJITA Tomonori
2015-01-28
table: revise table logs
Hiroshi Yokoi
2015-01-11
table: sort destinations when marshaling
ISHIDA Wataru
2015-01-09
table: fix tableKey()
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-27
RouteFamily cleanup
FUJITA Tomonori
2014-12-27
support IPv6_UC route family
FUJITA Tomonori
2014-12-25
table: make table json prettier
FUJITA Tomonori
2014-12-25
table: add MarshalJSON to Destination and Table
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-20
table: export getNlri method in Path
FUJITA Tomonori
2014-12-16
table: remove sentroute stuff
FUJITA Tomonori
2014-12-16
table: remove CoreService, Neighbors, and Commons structures
FUJITA Tomonori
2014-12-08
[bestpath_selection] fix bugs when handling withdraw routes
Hiroshi Yokoi
2014-12-05
[bestpath_selection] fix build error
Hiroshi Yokoi
2014-12-05
table: add initial code
Hiroshi Yokoi