]> xenbits.xensource.com Git - xcp/xen-api.git/commit
Add host.reset_networking API call
authorRob Hoes <rob.hoes@citrix.com>
Mon, 23 Aug 2010 12:23:54 +0000 (13:23 +0100)
committerRob Hoes <rob.hoes@citrix.com>
Mon, 23 Aug 2010 12:23:54 +0000 (13:23 +0100)
commit51f2c711924fb677bceed3fd39098e3753c54a96
tree36e113ee4193b02516a7032ad48b66e0302693ce
parent3c6f2b98db96e58172c3a42f4ca5260e86a93c92
Add host.reset_networking API call

This call purges all network-related metadata associated with the given host (PIFs, VLANs, bonds, tunnels). This call is used by the emergency network reset functionality. It should normally not be used directly, and is hidden from the API docs.

Signed-off-by: Rob Hoes <rob.hoes@citrix.com>
ocaml/idl/datamodel.ml
ocaml/xapi/message_forwarding.ml
ocaml/xapi/xapi_host.ml
ocaml/xapi/xapi_host.mli