Merge "Bugfix: task_id parameter from API can not pass to yardstick core"
[yardstick.git] / yardstick / benchmark / scenarios / networking / ping6_radvd.conf
1 interface $router_interface
2 {
3    AdvSendAdvert on;
4    MinRtrAdvInterval 3;
5    MaxRtrAdvInterval 10;
6    prefix 2001:db8:0:1::/64
7    {
8       AdvOnLink on;
9       AdvAutonomous on;
10    };
11 };