Re: [libvirt] [PATCH v2 2/2] BSD: implement virNetDevTapCreate() and virNetDevTapDelete()

2013-06-06 Thread Roman Bogorodskiy
Eric Blake wrote: > On 05/25/2013 09:24 AM, Roman Bogorodskiy wrote: > > Implementation uses SIOCIFCREATE2 and SIOCIFDESTROY ioctls. > > --- > > src/util/virnetdevtap.c | 116 > > +++- > > 1 file changed, 114 insertions(+), 2 deletions(-) > > > > >

Re: [libvirt] [PATCH v2 2/2] BSD: implement virNetDevTapCreate() and virNetDevTapDelete()

2013-06-05 Thread Eric Blake
On 05/25/2013 09:24 AM, Roman Bogorodskiy wrote: > Implementation uses SIOCIFCREATE2 and SIOCIFDESTROY ioctls. > --- > src/util/virnetdevtap.c | 116 > +++- > 1 file changed, 114 insertions(+), 2 deletions(-) > > +/* In case we were given exact in

[libvirt] [PATCH v2 2/2] BSD: implement virNetDevTapCreate() and virNetDevTapDelete()

2013-05-25 Thread Roman Bogorodskiy
Implementation uses SIOCIFCREATE2 and SIOCIFDESTROY ioctls. --- src/util/virnetdevtap.c | 116 +++- 1 file changed, 114 insertions(+), 2 deletions(-) diff --git a/src/util/virnetdevtap.c b/src/util/virnetdevtap.c index bb4b3ba..a12f816 100644 --- a/src/