Skip to content

Commit

Permalink
start rad earlier, in the same place where we used to only create the…
Browse files Browse the repository at this point in the history
… rtadvd conf file
  • Loading branch information
yellowman committed Sep 19, 2022
1 parent f9ec5a8 commit fcad0f6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions conf.c
Expand Up @@ -153,7 +153,7 @@ conf(FILE *output)
}
fprintf(output, "!\n");
conf_ctl(output, "", "dns", 0);
conf_ctl(output, "", "rtadv", 0);
conf_ctl(output, "", "rad", 0);
conf_ctl(output, "", "motd", 0);

/*
Expand Down Expand Up @@ -206,7 +206,6 @@ conf(FILE *output)
conf_interfaces(output, "pfsync");
conf_interfaces(output, "pflow");

conf_ctl(output, "", "rad", 0);
conf_ctl(output, "", "snmp", 0);
conf_ctl(output, "", "ldp", 0);
conf_ctl(output, "", "rip", 0);
Expand Down

0 comments on commit fcad0f6

Please sign in to comment.