]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
bandwidth: Create network bandwidth (un)plug functions
authorMichal Privoznik <mprivozn@redhat.com>
Fri, 16 Nov 2012 13:29:01 +0000 (14:29 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 11 Dec 2012 17:41:47 +0000 (18:41 +0100)
commit07d1b6b5b1d8c81c15d9ce3d6c420c74eb74ae72
tree9906b34d42e7ef620376eacbdf081c6d5f51ba61
parentb697411ca085b9707d86b97df3f57eaa60fc6760
bandwidth: Create network bandwidth (un)plug functions

Network should be notified if we plug in or unplug an
interface, so it can perform some action, e.g. set/unset
network part of QoS. However, we are doing this in very
early stage, so iface->ifname isn't filled in yet. So
whenever we want to report an error, we must use a different
identifier, e.g. the MAC address.
src/conf/domain_conf.h
src/conf/network_conf.c
src/conf/network_conf.h
src/libvirt_private.syms
src/network/bridge_driver.c