OK, mistakes happen, and generally when things break I start checking it was not me first...
Sadly, on this occasion, a stupid typo in my code meant that our LNS caused a tunnel to drop and reset once the sequence wrapped around (at 65535 messages). Silly mistake.
The problem, of course, is that this only happens after a long period of running perfectly. In this case a couple of months. So you naturally assume it is working well and so assume it must be our favorite telco screwing up as usual.
Well, red faced and kicking myself... Sorry to our favourite telco for hassling them for more than a day on this. ui32 changed to ui16 and all should be well. D'Oh...
Subscribe to:
Post Comments (Atom)
A sign of the times
There is an old road sign on Belmont Road, Abergavenny. Old, and rusty, and not even that easy to read. It was worse, it was covered in ivy,...

-
Broadband services are a wonderful innovation of our time, using multiple frequency bands (hence the name) to carry signals over wires (us...
-
It seems there is something of a standard test string for anti virus ( wikipedia has more on this). The idea is that systems that look fo...
-
For many years I used a small stand-alone air-conditioning unit in my study (the box room in the house) and I even had a hole in the wall fo...
> ui32 changed to ui16
ReplyDeleteor ui16 change to ui32 even?
No, sequences are ui16, so my difference that was erroneously a ui32 was wrong.
ReplyDelete