I have my RB500 set up so that the default route will ping its gateway with the "check-gateway=ping" parameter.
Every time I lose connectivity on that route, I get the following messages in the syslog:
Notice anything funny about it? The messages are inverted. It first shows the gateway going up, and then down. Instead, it should be showing Down, and then back up again.Apr 28 14:16:04 sentry route,event Next hop gateway up
Apr 28 14:16:24 sentry route,event Next hop gateway down
(14:16:24 is when the connection came back up, just to be clear)
Apr 28 14:19:05 sentry route,event Next hop gateway up
Apr 28 14:19:45 sentry route,event Next hop gateway down
(141945 is when the connection came back up ...)
Apr 28 14:26:16 sentry route,event Next hop gateway up
Apr 28 14:26:57 sentry route,event Next hop gateway down
Can someone check the source code and make sure these messages are as they should be, or, its possible (highly unlikely, as this seems like a simple concept) that I'm misunderstanding it.
Thanks,