summaryrefslogtreecommitdiffhomepage
path: root/table
AgeCommit message (Expand)Author
2016-11-15client: remove server package dependencyWataru Ishida
2016-11-14client: add golang client libraryWataru Ishida
2016-11-14policy: fix bug of policy with multiple statementsWataru Ishida
2016-11-12table: use old best path instead of withdrawn pathsFUJITA Tomonori
2016-11-04support neighbor belongs to VRFWataru Ishida
2016-11-03remove label allocation completelyFUJITA Tomonori
2016-11-03allow add local route with specific mpls labelFUJITA Tomonori
2016-10-16cli/api: support getting table summary informationWataru Ishida
2016-10-10policy: support large-community match/actionWataru Ishida
2016-10-09policy: fix bug of handling multiple prefix-match with same IP prefix.Wataru Ishida
2016-10-09*: support long lived graceful restartWataru Ishida
2016-10-08table: ensure compatibility with archs where int == int32Vincent Bernat
2016-10-04packet/bgp: fix handling of IPv4 mapped IPv6 prefixesWataru Ishida
2016-09-30server: add vrf support to bestpath watchFUJITA Tomonori
2016-09-30api: add id to VrfRequestFUJITA Tomonori
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