However, the script 
value is not used when 'bridge' or 'network' is specified 
(libvirt-0.4.3/src/qemu_conf.c:2313):
 
    snprintf(tapfdstr, 
sizeof(tapfdstr),
             
"tap,fd=%d,script=,vlan=%d,ifname=%s",
             
tapfd, vlan, ifname);
Is there a way 
to force libvirt to use the specified script with interface type 'network' or 
'bridge'? If not, are there plans in the future to do 
so?
 
Cheers,
Joshua 
Emele