Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

check_consistency misreads backslash in Cisco IOS config #28

Open
travisn08 opened this issue Aug 2, 2017 · 1 comment
Open

check_consistency misreads backslash in Cisco IOS config #28

travisn08 opened this issue Aug 2, 2017 · 1 comment
Assignees

Comments

@travisn08
Copy link

Cisco IOS config ends its certificate dump with "\quit". This is always identified as a false diff (reads extra backslash from Golden for some reason).

   C9269B9F 8CA1D4AC 86BCE027 AEC10FA4 930B5C8E C70C977C 9C72BBE0 C20F4C5E 
   5ACEF50A B1AE0AFA A0
-  \\tquit
+  \tquit
@Mierdin Mierdin self-assigned this Aug 2, 2017
@Mierdin
Copy link
Contributor

Mierdin commented Aug 2, 2017

Hrm, I'll see if I can find an IOS box to repro this on. In the meantime, the action already has a built-in list of strings to ignore (comments and timestamps also generated a lot of pointless diffs), so maybe a good short-term solution is to expose that via params and/or in the config.

When I have some cycles I'll see about doing the latter and get you a workaround (of course if you beat me to it, you're welcome to do so 😄 )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants