[vde-users] using wirefilter programmatically

2014-01-10 Thread Marco Giusti
Hello, I'm using wirefilter programmatically and I incurred an undesired behavior: some times the commands are not send one after the other but are chained together and then they are sent but wirefilter is not able to handle this situation. ex: bandwidth LR 12\n bandwidth RL

[vde-users] wirefilter does not handle --nofifo switch

2014-01-10 Thread Marco Giusti
Good morning, the wirefilter's man page and the help report the -N switch but it is not handled in the code. Where is the bug in the man page or in the code? PS. Please CC to me because I'm not subscribed to the list. Marco

[vde-users] [PATCH] Reimplement vdeplug_python using ctypes.

2015-11-11 Thread Marco Giusti
ode as following: +try: +from vdeplug import VdePlug, VdeStream +except ImportError: +from VdePlug import VdePlug, VdeStream +""" +warnings.warn(msg, DeprecationWarning) diff --git a/vde-2/src/lib/python/vdeplug.py b/vde-2/src/lib/python/vdeplug.py new file mod

[vde-users] [PATCH] Pass flags parameter to the relative syscalls

2015-11-11 Thread Marco Giusti
--- vde-2/src/lib/libvdeplug.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/vde-2/src/lib/libvdeplug.c b/vde-2/src/lib/libvdeplug.c index 20cb2de..e5b3d6a 100644 --- a/vde-2/src/lib/libvdeplug.c +++ b/vde-2/src/lib/libvdeplug.c @@ -600,7 +600,7 @@ ssize_t