From: chas w. - C. <ch...@cm...> - 2011-03-22 19:55:52
|
On Tue, 22 Mar 2011 12:36:25 -0700 Philip Prindeville <phi...@re...> wrote: > So for users with the older FPGA firmware, that doesn't see the carrier state change messages, how should we handle this? just update the carrier/signal status of the adapter. initially configure that state to SIG_UNKNOWN. the logic to determine the value of the carrier sysfs value will get the rest right. > My inclination is to think that tearing down the circuits was never the correct behavior... i dont believe it is correct either. no other driver does this because the carrier status shouldnt be used to reset any of the protocols running over a pvc or svc. signalling used a seperate channel (0.5) to keep track of whether or not you are alive and well (sscop). i gather that pvc circuits used ppp to keep track of link state. so the carrier state bouncing briefly shouldnt bother them really. |