Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
zebra: remove log for RTM_DELNEIGH of unknown mac
cache, don't log the failed removal. Zebra was generating unhelpful error logs (nothing apparent for the operator to learn/do based on the info) when an RTM_DELNEIGH arrived for a MAC that is not in our local MAC cache: ``` var/log/frr/frr.log:2022-07-30T15:05:25.985778-07:00 leaf01 zebra[8956]: Failed to find local MAC cache for bridge bridge vid 219 mac 00:55:01:00:01:b1 at DEL var/log/frr/frr.log:2022-07-30T15:05:25.985854-07:00 leaf01 zebra[8956]: Failed to find local MAC cache for bridge bridge vid 217 mac 00:55:01:00:01:35 at DEL var/log/frr/frr.log:2022-07-30T15:05:25.985943-07:00 leaf01 zebra[8956]: Failed to find local MAC cache for bridge bridge vid 203 mac 00:33:01:00:00:ad at DEL ``` This can occur during normal timing events (like reading the kernel fdb on startup), and during irregular events there isn't anything for an operator to do. So let's skip that error log. Ticket: #3158836 Signed-off-by: Trey Aspelund <[email protected]>
- Loading branch information