The code intended to not fail when a Port object was missing but to instead skip the handling of that node but instead there is an unhandled exception because the get_by_address() method throws PortNotFound instead of returning None when a port couldn't be found. Change-Id: I04dfa09ada7e6a9d22ba16051cb5737daf3bc668 Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
7 lines
203 B
YAML
7 lines
203 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Avoid an unhandled exception in the local_link_connection inspection hook
|
|
which would cause inspection to fail instead of skipping past missing ports
|
|
as originally intended.
|