lib: Fix error in generation of 'bird4_route_dn42.conf' and 'bird6_route_dn42.conf'
This commit is contained in:
parent
80185affeb
commit
b996e31414
|
@ -93,7 +93,7 @@ function writeBirdConfig ($roas)
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
fwrite ($bird1_fq4, $bird1_strng);
|
fwrite ($bird1_fq4, $bird1_strng);
|
||||||
fwrite ($bird2_fq6, $bird2_strng);
|
fwrite ($bird2_fq4, $bird2_strng);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue