summaryrefslogtreecommitdiffhomepage
path: root/table
AgeCommit message (Expand)Author
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
2016-04-21table: use received time as tie-breakerISHIDA Wataru
2016-04-21policy: fix as-path match optimizationISHIDA Wataru
2016-04-21table: Destination's Calculate doesn't need to return newly added pathsFUJITA Tomonori
2016-04-21config: add set-next-hop optiontamihiro
2016-04-20policy: add test caseISHIDA Wataru
2016-04-20policy: check duplicated policy nameISHIDA Wataru
2016-04-20policy: don't allow same policy assigned twiceISHIDA Wataru
2016-04-20path: improve Path.String()ISHIDA Wataru
2016-04-20policy: add unittest ParseCommunityRegexp()FUJITA Tomonori
2016-04-20Revert "policy: remove unnecessary regexp special charactor"tamihiro
2016-04-20fix community-set match all evaluation and remove regexp special chars from c...tamihiro
2016-04-19table: add a test to check implicit withdrawal behavior with mod actionISHIDA Wataru
2016-04-19table: fix bug of holding flawed withdrawals in Destination structISHIDA Wataru