On Thu, Mar 16, 2006 at 04:14:34PM +0100, Toni Mueller wrote:
> Hello,
> 
> I'm trying to get a better idea about how my stuff performs, and are
> now looking for ideas on where any changes on art(4) interfaces are
> recorded. Can we please have some general "play loud" option that would
> send everything to syslog using eg. kern.info? Seeing malloc() failures
> is probably a good thing, but a better thing is seeing a line flap if
> it does, possibly with a differentiation between local and remote end.
> Offhand, I don't see anything to this effect in the code (CVS), but
> that may well be me.
> 

Link state changes are generally not logged by the kernel.
Only lmc(4) and sppp(4) tend to fill the syslog with "useless" status
messages. The other interfaces I use seem to "behave".
If link state changes need to be logged than it should be done in an
interface independent way so that all interface will profit from it.

It should be no issue to track the interface state in userland by
listening on the routing socket.

-- 
:wq Claudio

Reply via email to