snar / bgpq3

bgpq3
BSD 2-Clause "Simplified" License
363 stars 53 forks source link

Cisco IOS XR format lacks one space in indentation #62

Closed tias77 closed 4 years ago

tias77 commented 4 years ago
$ 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 commented 4 years ago

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