diff options
author | ansible-zuul[bot] <48994755+ansible-zuul[bot]@users.noreply.github.com> | 2019-08-12 16:42:04 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-12 16:42:04 +0000 |
commit | 83a80f9f9df748b10eaa36dd3aab4592aaf40b28 (patch) | |
tree | 84cd2cd7ef8d9ed82b5bfb6cfeec4df7cc51f923 /plugins | |
parent | f5ff7de6e0a4bb98019d7cf0c83518b593495dcc (diff) | |
parent | 4935e8ed2812f8ba230e8824ee5a14ecc7be158a (diff) | |
download | vyos.vyos-83a80f9f9df748b10eaa36dd3aab4592aaf40b28.tar.gz vyos.vyos-83a80f9f9df748b10eaa36dd3aab4592aaf40b28.zip |
Merge pull request #14 from ansible-network/bt_prepare_and_link
get prepare dir and add links
Reviewed-by: https://github.com/apps/ansible-zuul
Diffstat (limited to 'plugins')
l--------- | plugins/modules/vyos_interface.py | 1 | ||||
l--------- | plugins/modules/vyos_l3_interface.py | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/plugins/modules/vyos_interface.py b/plugins/modules/vyos_interface.py new file mode 120000 index 0000000..3459fa1 --- /dev/null +++ b/plugins/modules/vyos_interface.py @@ -0,0 +1 @@ +_vyos_interface.py
\ No newline at end of file diff --git a/plugins/modules/vyos_l3_interface.py b/plugins/modules/vyos_l3_interface.py new file mode 120000 index 0000000..961ef4e --- /dev/null +++ b/plugins/modules/vyos_l3_interface.py @@ -0,0 +1 @@ +_vyos_l3_interface.py
\ No newline at end of file |