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

Cisco IOS XR format lacks one space in indentation #62

Closed
tias77 opened this issue Sep 25, 2020 · 1 comment
Closed

Cisco IOS XR format lacks one space in indentation #62

tias77 opened this issue Sep 25, 2020 · 1 comment

Comments

@tias77
Copy link

tias77 commented Sep 25, 2020

$ bgpq3 -X as234
no prefix-set NN
prefix-set NN
 192.131.22.0/24,
 204.212.44.0/22
end-set

should be:

$ bgpq3 -X as234
no prefix-set NN
prefix-set NN
  192.131.22.0/24,
  204.212.44.0/22
end-set

not a big deal, but it makes comparison harder

@snar
Copy link
Owner

snar commented Sep 25, 2020

Extra space added, thanks for reporting (never had ios-xr device in my hands)

@snar snar closed this as completed Sep 25, 2020
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