mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-27 18:50:21 -07:00
parent
4dc6faea59
commit
76e06fa7c2
3 changed files with 5 additions and 6 deletions
|
@ -568,7 +568,7 @@ class VrfAf(object):
|
|||
|
||||
# get the vpn address family and RD text
|
||||
vrf_addr_types = root.findall(
|
||||
"data/l3vpn/l3vpncomm/l3vpnInstances/l3vpnInstance/vpnInstAFs/vpnInstAF")
|
||||
"l3vpn/l3vpncomm/l3vpnInstances/l3vpnInstance/vpnInstAFs/vpnInstAF")
|
||||
if vrf_addr_types:
|
||||
for vrf_addr_type in vrf_addr_types:
|
||||
vrf_af_info = dict()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue