napalm-logs icon indicating copy to clipboard operation
napalm-logs copied to clipboard

Messages sent as raw if matched on multiple os prefixes

Open luke-orden opened this issue 7 years ago • 0 comments

In #245 we updated the way we matched on OS, allowing the OS check to continue through all OS and not stop on the first match, the message is then sent to all matching.

This means that if the message is sent to multiple OS, any that don't have a matching message will send that message as RAW. This means that we would forward the same message multiple times.

luke-orden avatar May 29 '18 11:05 luke-orden