aboutsummaryrefslogtreecommitdiffstats
path: root/yardstick/benchmark/scenarios/networking/ping6_radvd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'yardstick/benchmark/scenarios/networking/ping6_radvd.conf')
-rw-r--r--yardstick/benchmark/scenarios/networking/ping6_radvd.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/yardstick/benchmark/scenarios/networking/ping6_radvd.conf b/yardstick/benchmark/scenarios/networking/ping6_radvd.conf
new file mode 100644
index 000000000..7833bf282
--- /dev/null
+++ b/yardstick/benchmark/scenarios/networking/ping6_radvd.conf
@@ -0,0 +1,11 @@
+interface $router_interface
+{
+ AdvSendAdvert on;
+ MinRtrAdvInterval 3;
+ MaxRtrAdvInterval 10;
+ prefix 2001:db8:0:1::/64
+ {
+ AdvOnLink on;
+ AdvAutonomous on;
+ };
+}; \ No newline at end of file