ipspace / netlab

Making virtual networking labs suck less
https://netlab.tools
Other
456 stars 69 forks source link

Make quirk errors configurable #1508

Closed ipspace closed 2 weeks ago

ipspace commented 2 weeks ago

The generic report_quirk function provides an abstraction on top of log.error that checks whether the specified quirk should be reported, giving the user means of turning off device-specific warnings.

Implemented for OSPF on DellOS10 SVI as a proof-of-concept

Fixes #1501