Add experiment to test nlsrc

refs: #4216

Change-Id: I59d1c96bfa5cdedf308d8885cbb2c487994c4c5b
diff --git a/ndn/experiments/experiment.py b/ndn/experiments/experiment.py
index a13c774..4be2aac 100644
--- a/ndn/experiments/experiment.py
+++ b/ndn/experiments/experiment.py
@@ -35,6 +35,7 @@
         self.nPings = args["nPings"]
         self.strategy = args["strategy"]
         self.pctTraffic = args["pctTraffic"]
+        self.nlsrSecurity = args["nlsrSecurity"]
 
         # Used to restart pings on the recovered node if any
         self.pingedDict = {}