Use ifconfig_header().
This commit is contained in:
parent
af9ee7ff00
commit
097c69fc6a
1 changed files with 1 additions and 2 deletions
|
|
@ -613,8 +613,7 @@ make_names:
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
fprintf(fup, "#!/bin/sh\n");
|
ifconfig_header(fup);
|
||||||
long fuppos = ftell(fup);
|
|
||||||
|
|
||||||
// Filter first chunk on approved keywords, split between tinc.conf and hosts/Name
|
// Filter first chunk on approved keywords, split between tinc.conf and hosts/Name
|
||||||
// Generate a tinc-up script from Ifconfig and Route keywords.
|
// Generate a tinc-up script from Ifconfig and Route keywords.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue