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

View file

@ -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);
} }
} }