Fix bad schema name
This commit is contained in:
parent
1f49bfa1b2
commit
bbd903e568
|
@ -110,7 +110,7 @@ def getNetworkACLs(zkhandler, vni, _direction):
|
||||||
|
|
||||||
full_acl_list = []
|
full_acl_list = []
|
||||||
for direction in directions:
|
for direction in directions:
|
||||||
unordered_acl_list = zkhandler.children((f'network.rules.{direction}', vni))
|
unordered_acl_list = zkhandler.children((f'network.rule.{direction}', vni))
|
||||||
if len(unordered_acl_list) < 1:
|
if len(unordered_acl_list) < 1:
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue