summaryrefslogtreecommitdiffhomepage
path: root/table/table.go
AgeCommit message (Expand)Author
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
2014-12-27support IPv6_UC route familyFUJITA Tomonori
2014-12-25table: make table json prettierFUJITA Tomonori
2014-12-25table: add MarshalJSON to Destination and TableFUJITA Tomonori
2014-12-22clean up logger usageFUJITA Tomonori
2014-12-22table: send withdraw when peer is downFUJITA Tomonori
2014-12-21table: sends updates from AdjRibOut when FSM_ESTABLISHEDFUJITA Tomonori
2014-12-20table: export getNlri method in PathFUJITA Tomonori
2014-12-16table: remove sentroute stuffFUJITA Tomonori