commit | bb5105f218145fa8e618f418ce4abe82ac85b88f | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Mon Mar 03 12:06:45 2014 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Wed Mar 05 09:27:51 2014 +0000 |
tree | 5064751a5556973a97249539c95ccf80bf93b9c3 | |
parent | a4f2be8248898ae5333f315b3dbc2d4c5cb29c10 [diff] [blame] |
table: Strategy Choice table refs #1309 Change-Id: I6fd8efdfc98175a1cc39fdc3aa7175671596f470
diff --git a/daemon/fw/best-route-strategy.cpp b/daemon/fw/best-route-strategy.cpp index d60411f..19458e9 100644 --- a/daemon/fw/best-route-strategy.cpp +++ b/daemon/fw/best-route-strategy.cpp
@@ -10,7 +10,7 @@ namespace fw { BestRouteStrategy::BestRouteStrategy(Forwarder& forwarder) - : Strategy(forwarder) + : Strategy(forwarder, "ndn:/localhost/nfd/strategy/best-route") { }