summaryrefslogtreecommitdiffhomepage
path: root/table
AgeCommit message (Expand)Author
2016-09-28table: MP_UNREACH_NLRI shouldn't carry any other path attributesFUJITA Tomonori
2016-09-16server/table: don't modify/delete path attributes for route server clientWataru Ishida
2016-09-13server/table: fix a bug of vrf route injectionWataru 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-08-21fixed some misspell errorPeng Xiao
2016-08-17policy: fix global default policy initializationISHIDA Wataru
2016-08-17policy: support route-type conditionISHIDA Wataru
2016-08-03table: make some RoutingPolicy methods unexportedFUJITA Tomonori
2016-08-03move policyMutex to policy/FUJITA Tomonori
2016-07-31gobgp: support mrt injecting only best pathsFUJITA Tomonori
2016-07-30all logging is done with log.WithFieldsdsp
2016-07-21move gRPC-related code for REQ_ADD_PATH and REQ_DELETE_PATH to grpc_server.goFUJITA Tomonori
2016-07-20remove gRPC dependency from table/FUJITA Tomonori
2016-07-20move gRPC-related code in path.go and destination.go to grpc_server.goFUJITA Tomonori
2016-07-20move gRPC-related code in vrf.go to grpc_server.goFUJITA Tomonori
2016-07-20table: remove ToApiStruct methods from policy.goFUJITA Tomonori
2016-07-11Fix longer-prefix search using radix trie walkBen Agricola
2016-06-28fix support AGGREGATOR and AS4_AGGREGATOR conversionFUJITA Tomonori
2016-06-27add AGGREGATOR and AS4_AGGREGATOR conversion testFUJITA Tomonori
2016-06-26support AGGREGATOR and AS4_AGGREGATOR conversionFUJITA Tomonori
2016-06-13drop unknown optional non-transitive attributesFUJITA Tomonori
2016-06-06server/table: support bgp multipathISHIDA Wataru
2016-06-06table: return default value(100) when local-pref attr doesn't existISHIDA Wataru
2016-06-03table: fix leftmostAS() in compareByMEDFUJITA Tomonori
2016-05-31table: fix creation of update message from path with multiple NLRIsFUJITA Tomonori
2016-05-29table: use path Equal method in adj rather than homegrown funcitonFUJITA Tomonori
2016-05-29table: fix to compare new best path with old best pathFUJITA Tomonori
2016-05-29Revert "table: fix to compare new best path with old best path"FUJITA Tomonori
2016-05-29table: make clear function to sort pathsFUJITA Tomonori
2016-05-29table: fix to compare new best path with old best pathFUJITA Tomonori
2016-05-26policy: add support setting self ip address as next-hopISHIDA Wataru
2016-05-25policy: add local-pref actionISHIDA Wataru
2016-05-23add collector featureFUJITA Tomonori
2016-05-23server/table: fix intra-AS RTC route distributionISHIDA Wataru
2016-05-23table: fix UpdatePathAttrs() to obey RFC4684ISHIDA Wataru
2016-05-23vrf: fix rtc withdraw handlingISHIDA Wataru
2016-05-19server: return flowspec routes in rfc compliant mannerISHIDA Wataru
2016-05-12table: fix bug in AdjRIb.PathList()ISHIDA Wataru
2016-05-12table: fix bug in AdjRib.Update()ISHIDA Wataru
2016-05-12table: fix Med comparison in best path selectionFUJITA Tomonori
2016-05-06table: don't access path.info directlyFUJITA Tomonori
2016-04-27server: fix not to modify Transport.ConfigISHIDA Wataru
2016-04-26policy: don't apply policy when path is withdrawalISHIDA Wataru
2016-04-26table: flag IsWithdraw down after useISHIDA Wataru
2016-04-25remove collector mode supportFUJITA Tomonori