summaryrefslogtreecommitdiffhomepage
path: root/table/table.go
AgeCommit message (Expand)Author
2018-05-07use sorted single master table for route server setupFUJITA Tomonori
2017-12-21cli: Enable to filter EVPN routes by Route TypeIWASE Yusuke
2017-08-02table: allocate bitmap for path id dynamicallyFUJITA Tomonori
2017-07-26table: assign local identifier to pathFUJITA Tomonori
2017-06-07replace github.com/Sirupsen/logrus with github.com/sirupsen/logrusFUJITA Tomonori
2017-04-21table: Fixed bug when looking up prefixes with a default route.lspgn
2017-03-27server: fix table query with shorter-prefixes optionFUJITA Tomonori
2017-03-21Fix for gobgp global rib <ip>Nils Juenemann
2017-02-15server: add a current option to WatchBestPath()ISHIDA Wataru
2016-10-16cli/api: support getting table summary informationWataru Ishida
2016-09-13table: fix route filtering with IP addressWataru Ishida
2016-09-13cli/table: support filtering of IPv4/IPv6 MPLS routesWataru Ishida
2016-08-25table: add Best/MultiPath option to SelectOptionWataru Ishida
2016-08-25api/cli: kill cmd package custom path/destination structsWataru Ishida
2016-08-25server/api: fix GetRib API to return sorted destinationWataru Ishida
2016-08-25server: fix RIB lookup with longer-prefixes optionWataru Ishida
2016-07-31gobgp: support mrt injecting only best pathsFUJITA Tomonori
2016-07-11Fix longer-prefix search using radix trie walkBen Agricola
2016-05-23vrf: fix rtc withdraw handlingISHIDA Wataru
2016-05-19server: return flowspec routes in rfc compliant mannerISHIDA Wataru
2016-03-31move packet/*.go to packet/bgp/*.go for Go's conventionFUJITA Tomonori
2016-03-25table: initialize the destinations when the destinations is emptyNaoto Hanaue
2016-01-16table: remove unnecessary copy of path attributesISHIDA Wataru
2015-12-08server/table: use only one rib for multiple route server clientsISHIDA Wataru
2015-12-02table: sort all known paths instead of just selecting bestISHIDA Wataru
2015-08-25*: better log msgISHIDA Wataru
2015-08-19vrf: withdraw route-target constraint routes when deleting a vrfISHIDA Wataru
2015-08-19table: withdraw self-generated vrfed routes when a vrf deletedISHIDA Wataru
2015-08-05table: clean upISHIDA Wataru
2015-08-05table: publicate Table.getDestination()ISHIDA Wataru
2015-07-22mrt: support mrt dumpISHIDA Wataru
2015-07-01table: refactor Path/Destination/Table structISHIDA Wataru
2015-06-23table: add Equal() method to compare PeerInfoISHIDA Wataru
2015-05-01table: add support for route target constraint nlriISHIDA Wataru
2015-04-25table: add support for encapsulation nlriISHIDA Wataru
2015-04-15table: sort peers/routes at client side instead of bgpd sideISHIDA Wataru
2015-04-15api: add a method to convert internal structs to protobuf structsISHIDA Wataru
2015-04-03table: support displaying evpn destination through cliISHIDA Wataru
2015-03-24policy: add prefix filterNaoto Hanaue
2015-03-21table: add EVPN route family supportYuji Oshima
2015-03-11table: IPv4_VPN route familyYuji Oshima
2015-03-10table: use github.com/tchap/go-patricia/patricia instead of our forkFUJITA Tomonori
2015-02-18table: use forked go-patriciaFUJITA Tomonori
2015-01-28table: revise table logsHiroshi Yokoi
2015-01-11table: sort destinations when marshalingISHIDA Wataru
2015-01-09table: fix tableKey()FUJITA Tomonori
2015-01-04table: remove Path's source versionFUJITA Tomonori
2014-12-31table: use 4byte AS as internal data structureFUJITA Tomonori
2014-12-30table: Path's getnlri, getpathattrs, getpathattr privateFUJITA Tomonori
2014-12-27RouteFamily cleanupFUJITA Tomonori