fw: Add nack propagation to ASF

This change implements the Best Route nack propagation algorithim
to ASF. Currently, this is not provided by ASF and can impact
the ability for consumers to retransmit packets.

Refs #5311

Change-Id: I45b643979c8726402b89028f07eaedd54c11b4c0
diff --git a/tests/daemon/fw/strategy-scope-control.t.cpp b/tests/daemon/fw/strategy-scope-control.t.cpp
index 8bd96d1..2c8dd62 100644
--- a/tests/daemon/fw/strategy-scope-control.t.cpp
+++ b/tests/daemon/fw/strategy-scope-control.t.cpp
@@ -95,7 +95,7 @@
 
 using Tests = boost::mp11::mp_list<
   Test<AccessStrategy, false, false, true>,
-  Test<AsfStrategy, true, false, true>,
+  Test<AsfStrategy, true, true, true>,
   Test<BestRouteStrategy, true, true, true>,
   Test<MulticastStrategy, false, false, false>,
   Test<RandomStrategy, true, true, true>