Re: include interface name in rad error message

2020-05-20 Thread Sebastian Benoit
Claudio Jeker(cje...@diehard.n-r-g.com) on 2020.05.20 09:12:23 +0200: > In my syslog I have this: > rad[83563]: RA from non link local address :: > now it would be splendid to know on which of the 4 interfaces rad is > operating on this happened. So here is a diff doing that. ok > > -- > :w

include interface name in rad error message

2020-05-20 Thread Claudio Jeker
In my syslog I have this: rad[83563]: RA from non link local address :: now it would be splendid to know on which of the 4 interfaces rad is operating on this happened. So here is a diff doing that. -- :wq Claudio Index: engine.c ==