On 06/16/2010 10:45 AM, Stefan Hajnoczi wrote:
netdev_del ----------Remove host network device. Arguments: - "id": the device's ID, must be unique (json-string)
Missing failure conditions. Regards, Anthony Liguori
Example: -> { "execute": "netdev_del", "arguments": { "id": "netdev1" } } <- { "return": {} }