Skip to content

Commit

Permalink
Merge "Templatize path_resolver_test to run for inet and inet6"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and opencontrail-ci-admin committed Nov 3, 2015
2 parents 0be3e14 + 3bf53cb commit 113dc9a
Show file tree
Hide file tree
Showing 2 changed files with 697 additions and 525 deletions.
2 changes: 1 addition & 1 deletion src/bgp/routing-instance/path_resolver.h
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ class PathResolver {
private:
friend class PathResolverPartition;
friend class ResolverNexthop;
friend class PathResolverTest;
template <typename U> friend class PathResolverTest;

class DeleteActor;
typedef std::map<IpAddress, ResolverNexthop *> ResolverNexthopMap;
Expand Down

0 comments on commit 113dc9a

Please sign in to comment.