mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
nxos_bgp_neighbor: Fix regex &report warnings (#28888)
* Fix over-detection of log-neighbor-as * Report nxos warnings * Update nxos_bgp_neighbor unit tests to test remove-private-as
This commit is contained in:
@@ -7,6 +7,8 @@ router bgp 65535
|
||||
vrf test2
|
||||
address-family ipv4 unicast
|
||||
timers bgp 1 10
|
||||
neighbor 3.3.3.4
|
||||
remove-private-as all
|
||||
neighbor 3.3.3.5
|
||||
address-family ipv4 unicast
|
||||
maximum-prefix 30 30
|
||||
|
||||
Reference in New Issue
Block a user