Test fix (#65132)
This commit is contained in:
parent
4d69648893
commit
89954e6ef5
1 changed files with 2 additions and 1 deletions
|
@ -81,7 +81,7 @@
|
|||
max_prefix_threshold: default
|
||||
max_prefix_warning: False
|
||||
next_hop_self: False
|
||||
next_hop_third_party: True
|
||||
next_hop_third_party: False
|
||||
prefix_list_in: default
|
||||
prefix_list_out: default
|
||||
send_community: 'none'
|
||||
|
@ -204,6 +204,7 @@
|
|||
send_community: 'standard'
|
||||
soft_reconfiguration_in: "{{soft_reconfiguration_ina|default(omit)}}"
|
||||
soo: '3:3'
|
||||
next_hop_third_party: True
|
||||
provider: "{{ connection }}"
|
||||
state: present
|
||||
register: result
|
||||
|
|
Loading…
Reference in a new issue