1
0
Fork 0

lib: Fix error in generation of 'bird4_route_dn42.conf' and 'bird6_route_dn42.conf'

This commit is contained in:
netravnen 2019-01-05 20:56:27 +00:00
parent 80185affeb
commit b996e31414
1 changed files with 5 additions and 5 deletions

View File

@ -93,7 +93,7 @@ function writeBirdConfig ($roas)
else
{
fwrite ($bird1_fq4, $bird1_strng);
fwrite ($bird2_fq6, $bird2_strng);
fwrite ($bird2_fq4, $bird2_strng);
}
}