Skip to content

Commit

Permalink
recognize the md5 parameter for VRF virtual circuits
Browse files Browse the repository at this point in the history
  • Loading branch information
ctreatma committed Oct 17, 2024
1 parent 7ccae36 commit 1706f41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/module_utils/metal/metal_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@ def private_ipv4_subnet_size(resource: dict):
'id': 'id',
'name': 'name',
'customer_ip': optional('customer_ip'),
'md5': optional('md5'),
'metal_ip': optional('metal_ip'),
'nni_vlan': 'nni_vlan',
'peer_asn': optional('peer_asn'),
Expand Down

0 comments on commit 1706f41

Please sign in to comment.