Commit 55cf577f authored by Adam Wujek's avatar Adam Wujek 💬

arch-wrs: use wriX interfaces for default configuration

Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
parent c93d7100
......@@ -192,8 +192,8 @@ int main(int argc, char **argv)
int i;
for (i = 0; i < 18; i++) {
sprintf(s, "port wr%i; iface wr%i; proto raw;"
"extension whiterabbit; role auto", i, i);
sprintf(s, "port %i; iface wri%i; proto raw;"
"extension whiterabbit; role auto", i + 1, i + 1);
pp_config_string(ppg, s);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment