summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoransible-zuul[bot] <48994755+ansible-zuul[bot]@users.noreply.github.com>2020-02-06 17:55:06 +0000
committerGitHub <noreply@github.com>2020-02-06 17:55:06 +0000
commitff9454b111bde513f7d0df1cbcfb40912a619ade (patch)
tree1f29547def4f7ed13cf448fca6acbf2d10944aa5
parentaea96d4977f436f28c0bcdf5c35c2accb2cccca8 (diff)
parent3d26b514c9b15e966e63861b6e0988cf1c39b695 (diff)
downloadvyos-ansible-collection-ff9454b111bde513f7d0df1cbcfb40912a619ade.tar.gz
vyos-ansible-collection-ff9454b111bde513f7d0df1cbcfb40912a619ade.zip
Merge pull request #66 from CaptTrews/master
Updated from network content collector Reviewed-by: https://github.com/apps/ansible-zuul
-rw-r--r--plugins/module_utils/network/vyos/facts/l3_interfaces/l3_interfaces.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/module_utils/network/vyos/facts/l3_interfaces/l3_interfaces.py b/plugins/module_utils/network/vyos/facts/l3_interfaces/l3_interfaces.py
index babfc85..d1d62c2 100644
--- a/plugins/module_utils/network/vyos/facts/l3_interfaces/l3_interfaces.py
+++ b/plugins/module_utils/network/vyos/facts/l3_interfaces/l3_interfaces.py
@@ -21,7 +21,9 @@ from ansible_collections.ansible.netcommon.plugins.module_utils.network.common i
utils,
)
from ansible.module_utils.six import iteritems
-from ansible.module_utils.compat import ipaddress
+from ansible_collections.ansible.netcommon.plugins.module_utils.compat import (
+ ipaddress,
+)
from ansible_collections.vyos.vyos.plugins.module_utils.network.vyos.argspec.l3_interfaces.l3_interfaces import (
L3_interfacesArgs,
)