Well its been a long time since I have coded anything in c and time is a
factor (as I just don't have any to spare). I'll have to figure something
else out for it. The modifications would be more than net/socket.c, as the
client connects to the tcp server/listener and when it goes away, there is
On Tue, Sep 24, 2013 at 03:55:04PM -0400, Tim Epkes wrote:
> I just tested the most recent version of qemu (1.4). I have 2 virtual
> images back to back via a tcp socket. They can ping eachother, but when I
> down the listener and bring it back up (meaning killing the kvm and
> relaunching) it ca
Stefan,
I just tested the most recent version of qemu (1.4). I have 2 virtual
images back to back via a tcp socket. They can ping eachother, but when I
down the listener and bring it back up (meaning killing the kvm and
relaunching) it cannot ping anymore. The connector never retries to
connect
Agree in all points. Thanks for the information. I'll give the patch a try.
Tim
Sent from my iPhone
On Sep 20, 2013, at 1:26 PM, Stefan Hajnoczi wrote:
> On Fri, Sep 20, 2013 at 11:48:50AM -0400, Tim Epkes wrote:
>> The problem aI face is that a bridge in the middle ( using taps) breaks
>> L
On Fri, Sep 20, 2013 at 11:48:50AM -0400, Tim Epkes wrote:
> The problem aI face is that a bridge in the middle ( using taps) breaks
> LLDP ( L2 discovery protocol) and should break ISIS as well. Sockets
> aren't bad, but if for some reason I take the listener VM down and bring
> back up, then I h
Stefan,
The problem aI face is that a bridge in the middle ( using taps) breaks
LLDP ( L2 discovery protocol) and should break ISIS as well. Sockets
aren't bad, but if for some reason I take the listener VM down and bring
back up, then I have to bring down all connector VMs, which chains on
itsel
On Thu, Sep 19, 2013 at 05:31:01PM -0400, Tim Epkes wrote:
> Any plans to provide VETH support for Qemu-KVM. It is a great pt-pt tie
> when when connecting to KVM's on the same machine. I have multiple reasons
> for doing so (one is educational). Thanks
QEMU already supports -netdev tap (if you
Any plans to provide VETH support for Qemu-KVM. It is a great pt-pt tie
when when connecting to KVM's on the same machine. I have multiple reasons
for doing so (one is educational). Thanks
Tim