commit | 358414d82fd967a719b6f3b33817748ac2621cce | [log] [tgz] |
---|---|---|
author | Eric Newberry <enewberry@cs.ucla.edu> | Sun Mar 21 20:56:42 2021 -0700 |
committer | Eric Newberry <enewberry@cs.ucla.edu> | Thu Mar 25 21:10:38 2021 -0700 |
tree | 183574dfe432d54ca2bda798ee44b8f1cac24a61 | |
parent | 22085365d2be3d6a4286dc1fd607afd036eee527 [diff] |
fw: remove reliance upon marker name components refs #5044 Change-Id: Iea6c98e03dbd3e4463f7bb6fca0be4953a2cdc40
diff --git a/tests/other/fw/congestion-mark-strategy.cpp b/tests/other/fw/congestion-mark-strategy.cpp index 672e9ef..71afcbc 100644 --- a/tests/other/fw/congestion-mark-strategy.cpp +++ b/tests/other/fw/congestion-mark-strategy.cpp
@@ -72,7 +72,7 @@ const Name& CongestionMarkStrategy::getStrategyName() { - static Name strategyName("/localhost/nfd/strategy/congestion-mark/%FD%01"); + static const auto strategyName = Name("/localhost/nfd/strategy/congestion-mark").appendVersion(1); return strategyName; }