Re: [libvirt] [PATCH 1/2] BSD: implement virNetDevBridgeCreate() and virNetDevBridgeDelete()

2013-06-21 Thread Jiri Denemark
On Wed, Jun 19, 2013 at 20:47:30 +0400, Roman Bogorodskiy wrote: Implementation uses SIOCIFCREATE2 and SIOCIFDESTROY ioctls. Also, drop static virNetDevSetupControl() as we have public one avialable now. --- src/util/virnetdevbridge.c | 91 -- 1

Re: [libvirt] [PATCH 1/2] BSD: implement virNetDevBridgeCreate() and virNetDevBridgeDelete()

2013-06-21 Thread Roman Bogorodskiy
Jiri Denemark wrote: On Wed, Jun 19, 2013 at 20:47:30 +0400, Roman Bogorodskiy wrote: Implementation uses SIOCIFCREATE2 and SIOCIFDESTROY ioctls. Also, drop static virNetDevSetupControl() as we have public one avialable now. --- src/util/virnetdevbridge.c | 91

Re: [libvirt] [PATCH 1/2] BSD: implement virNetDevBridgeCreate() and virNetDevBridgeDelete()

2013-06-21 Thread John Ferlan
On 06/19/2013 12:47 PM, Roman Bogorodskiy wrote: Implementation uses SIOCIFCREATE2 and SIOCIFDESTROY ioctls. Also, drop static virNetDevSetupControl() as we have public one avialable now. Dropping the static/local virNetDevSetupControlFull() and virNetDevSetupControl() seems to have triggered

Re: [libvirt] [PATCH 1/2] BSD: implement virNetDevBridgeCreate() and virNetDevBridgeDelete()

2013-06-21 Thread Ján Tomko
On 06/21/2013 07:37 PM, John Ferlan wrote: On 06/19/2013 12:47 PM, Roman Bogorodskiy wrote: Implementation uses SIOCIFCREATE2 and SIOCIFDESTROY ioctls. Also, drop static virNetDevSetupControl() as we have public one avialable now. Dropping the static/local virNetDevSetupControlFull() and

[libvirt] [PATCH 1/2] BSD: implement virNetDevBridgeCreate() and virNetDevBridgeDelete()

2013-06-19 Thread Roman Bogorodskiy
Implementation uses SIOCIFCREATE2 and SIOCIFDESTROY ioctls. Also, drop static virNetDevSetupControl() as we have public one avialable now. --- src/util/virnetdevbridge.c | 91 -- 1 file changed, 48 insertions(+), 43 deletions(-) diff --git