16 Feb
2009
16 Feb
'09
10:40 a.m.
On Wed, 2009-02-11 at 12:01 +0100, CentralRegion IPAdmin wrote:
Hi, We have version 2.0.6 and version 2.1.1 on various servers. Is any of them affected by this - If yes, which one ?
Those should not be affected. However here's a short testprogram to test them: #!/usr/bin/python import socket s = socket.socket(socket.AF_INET, socket.SOCK_DGRAM, 0) s.connect(('127.0.0.1', 514)) s.send('') Of course you can change the destination address in the script. I'd appreciate if you could report back on your findings. Thanks in advance. -- Bazsi