Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ofproto: Rate-limit STP status errors on non-existent ports.
As part of the bridge's main loop, it queries the STP status of all ports. If the port doesn't exist, log files can become filled with warning messages. This situation is very unusual, since system devices do not normally disappear, but it's easy enough to rate-limit these messages. Bug #10936 Reported-by: Reid Price <[email protected]> Signed-off-by: Justin Pettit <[email protected]>
- Loading branch information