update vrf to fix bugs (#57270)

* update vrf

* update vrf
This commit is contained in:
xuxiaowei0512 2019-06-08 01:03:54 +08:00 committed by Nathaniel Case
parent 4dc6faea59
commit 76e06fa7c2
3 changed files with 5 additions and 6 deletions

View file

@ -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()