Commit 8146c5e4 authored by Alessandro Rubini's avatar Alessandro Rubini

arch-unix: default is UDP mode when no ppsi.conf

Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent d9a82c31
......@@ -53,8 +53,8 @@ int main(int argc, char **argv)
|| (!ppg->pp_instances) || (!ppg->servo))
exit(__LINE__);
pp_config_file(ppg, &argc, argv, NULL,
"link 0\niface eth0\n" /* mandatory trailing \n */);
pp_config_file(ppg, &argc, argv, NULL, "link 0\niface eth0\n"
"proto udp\n" /* mandatory trailing \n */);
for (i = 0; i < ppg->nlinks; i++) {
......
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