mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
committed by
Nathaniel Case
parent
4dc6faea59
commit
76e06fa7c2
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user