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
2018-06-05
table: fix potential panics in tableKey
Chris Stockton
2018-05-07
table: use shorter key for map of ipv4 and ipv6 prefixes
FUJITA Tomonori
2018-05-07
table: remove Radixkey member in Destination structure
FUJITA Tomonori
2018-05-07
preparation for shrinking Destination structure
FUJITA Tomonori
2018-05-07
use sorted single master table for route server setup
FUJITA Tomonori
2017-12-21
cli: Enable to filter EVPN routes by Route Type
IWASE Yusuke
2017-08-02
table: allocate bitmap for path id dynamically
FUJITA Tomonori
2017-07-26
table: assign local identifier to path
FUJITA Tomonori
2017-06-07
replace github.com/Sirupsen/logrus with github.com/sirupsen/logrus
FUJITA Tomonori
2017-04-21
table: Fixed bug when looking up prefixes with a default route.
lspgn
2017-03-27
server: fix table query with shorter-prefixes option
FUJITA Tomonori
2017-03-21
Fix for gobgp global rib <ip>
Nils Juenemann
2017-02-15
server: add a current option to WatchBestPath()
ISHIDA Wataru
2016-10-16
cli/api: support getting table summary information
Wataru Ishida
2016-09-13
table: fix route filtering with IP address
Wataru Ishida
2016-09-13
cli/table: support filtering of IPv4/IPv6 MPLS routes
Wataru Ishida
2016-08-25
table: add Best/MultiPath option to SelectOption
Wataru Ishida
2016-08-25
api/cli: kill cmd package custom path/destination structs
Wataru Ishida
2016-08-25
server/api: fix GetRib API to return sorted destination
Wataru Ishida
2016-08-25
server: fix RIB lookup with longer-prefixes option
Wataru Ishida
2016-07-31
gobgp: support mrt injecting only best paths
FUJITA Tomonori
2016-07-11
Fix longer-prefix search using radix trie walk
Ben Agricola
2016-05-23
vrf: fix rtc withdraw handling
ISHIDA Wataru
2016-05-19
server: return flowspec routes in rfc compliant manner
ISHIDA Wataru
2016-03-31
move packet/*.go to packet/bgp/*.go for Go's convention
FUJITA Tomonori
2016-03-25
table: initialize the destinations when the destinations is empty
Naoto Hanaue
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
[next]