summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorStefan Berger <stefanb@us.ibm.com>2010-03-25 13:46:09 -0400
committerDaniel P. Berrange <berrange@redhat.com>2010-03-26 18:01:16 +0000
commit065b6571bf2af29d5e115b7d45bb1ed8617e1932 (patch)
tree1aa76daf3dcf456a1c538a398798203dadfaef1a /python
parente4e20423ff9f5cf8d4e4246391d83fc97272b37d (diff)
downloadlibvirt-065b6571bf2af29d5e115b7d45bb1ed8617e1932.tar.gz
Core driver implementation with ebtables support
This patch implements the core driver and provides - management functionality for managing the filter XMLs - compiling the internal filter representation into ebtables rules - applying ebtables rules on a network (tap,macvtap) interface - tearing down ebtables rules that were applied on behalf of an interface - updating of filters while VMs are running and causing the firewalls to be rebuilt - other bits and pieces Signed-off-by: Stefan Berger <stefanb@us.ibm.com>
Diffstat (limited to 'python')
-rwxr-xr-xpython/generator.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/generator.py b/python/generator.py
index acc8c90cf7..a24e122165 100755
--- a/python/generator.py
+++ b/python/generator.py
@@ -175,6 +175,7 @@ skipped_types = {
'virConnectDomainEventIOErrorCallback': "No function types in python",
'virConnectDomainEventGraphicsCallback': "No function types in python",
'virEventAddHandleFunc': "No function types in python",
+ 'virNWFilterPtr': "No function types in python",
}
#######################################################################
@@ -273,6 +274,7 @@ skip_impl = (
'virConnectListStorageVols',
'virConnectListDefinedStorageVols',
'virConnectListDefinedInterfaces',
+ 'virConnectListNWFilters',
'virConnGetLastError',
'virGetLastError',
'virDomainGetInfo',