mirror of
https://github.com/bgp/bgpq4
synced 2025-02-28 08:53:11 +00:00
Some checks failed
Build and test (latest Ubuntu/macOS) / build (ubuntu-latest) (push) Successful in 30s
Build and test (latest Ubuntu/macOS) / build (macos-latest) (push) Has been cancelled
basic unit tests / output unit tests (push) Has been cancelled
CodeQL analysis / Analyze (cpp) (push) Failing after 1m16s
* Remove extraneous space in Arista prefixlist When diffing config generated with bgpq4 with config exported from an Arista device, many lines are returned as changed. This is because prefixlist on Arista device use 3 spaces and bgpq4 uses 4 spaces. * Update eos--4.txt * Update eos--6.txt
5 lines
103 B
Plaintext
5 lines
103 B
Plaintext
no ip prefix-list NN
|
|
ip prefix-list NN
|
|
seq 1 permit 192.31.196.0/24
|
|
seq 2 permit 192.175.48.0/24
|