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
See what we can do to clarify this or improve HConfig behavior
For the best results, idempotent command lineage rules should be a single match per rule e.g.
idempotent_commands:
- lineage:
- startswith: hardware access-list tcam region
- lineage:
- startswith: hardware profile tcam region
If you were to lump them together, an idempotent command check for hardware profile tcam region X would be True if hardware access-list tcam region Y were in the compiled_config. Much of the time, this is still okay but there are cases where it is not. In certain cases, this behavior can shadow command negations.
Restructure Idempotent rules to not require the word lineage over and over
For the best results, idempotent command lineage rules should be a single match per rule e.g.
If you were to lump them together, an idempotent command check for
hardware profile tcam region X
would be True ifhardware access-list tcam region Y
were in the compiled_config. Much of the time, this is still okay but there are cases where it is not. In certain cases, this behavior can shadow command negations.lineage
over and overThe text was updated successfully, but these errors were encountered: