Added python bindings for networking APIs

This commit is contained in:
Daniel P. Berrange
2007-03-09 15:42:50 +00:00
parent b35adb3836
commit 6a66941843
6 changed files with 256 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
Fri Mar 9 10:41:11 EST 2007 Daniel P. Berrange <berrange@redhat.com>
* python/generator.py, python/libvir.c, python/libvirt_wrap.h,
python/libvirt-python-api.xml, python/types.c: Added new bindings
for all the virNetwork related APIs
Fri Mar 9 14:43:11 CET 2007 Daniel Veillard <veillard@redhat.com>
* src/virsh.c: bad pointer/int mismatch fixes from Richard Jones