Hi all,
I have a hook script, /etc/libvirt/hooks/network, that doesn't seem to
be called when I attach an interface with type 'ethernet' with this
xml snippet:
<interface type='ethernet'>
<model type="virtio"/>
<source>
<ip address="10.100.0.1" prefix="24"
peer="10.100.0.10"/>
</source>
</interface>
https://www.libvirt.org/hooks.html#intro says
"A network is started or stopped or an interface is plugged/unplugged
to/from the network (since 1.2.2)".
While I don't have a network defined in xml, I'd expect this to work
just as well for 'ethernet' type interfaces. Am I wrong?
Kind regards,
Ruben Kerkhof