You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently spectral rules check that referenced interfaces are defined.
It does not check that they're defined on the specified node - so this could potentially cause some confusion.
Potential Solutions:
Either enhance the existing rule to check the node that owns that interface, or make a new rule that performs this check.
The text was updated successfully, but these errors were encountered:
Feature Request
Description of Problem:
Currently spectral rules check that referenced interfaces are defined.
It does not check that they're defined on the specified node - so this could potentially cause some confusion.
Potential Solutions:
Either enhance the existing rule to check the node that owns that interface, or make a new rule that performs this check.
The text was updated successfully, but these errors were encountered: