diff options
author | GomathiselviS <gomathiselvi@gmail.com> | 2020-10-30 20:21:45 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-31 00:21:45 +0000 |
commit | de18ed01ddd7ac1db3bbde83a156624a972a43ae (patch) | |
tree | 6cf49ffa7c500d0ec0ff147326c5e079a7e570ab /meta/runtime.yml | |
parent | f5e6f4e2111890012b4bce4ce5096912e2eb3094 (diff) | |
download | vyos-ansible-old-de18ed01ddd7ac1db3bbde83a156624a972a43ae.tar.gz vyos-ansible-old-de18ed01ddd7ac1db3bbde83a156624a972a43ae.zip |
Add ospf_interfaces resource module (#96)
Add ospf_interfaces resource module
Reviewed-by: https://github.com/apps/ansible-zuul
Diffstat (limited to 'meta/runtime.yml')
-rw-r--r-- | meta/runtime.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/runtime.yml b/meta/runtime.yml index 949a04f..00bbaca 100644 --- a/meta/runtime.yml +++ b/meta/runtime.yml @@ -82,6 +82,10 @@ plugin_routing: redirect: vyos.vyos.vyos ospfv3: redirect: vyos.vyos.vyos + vyos_ospf_interfaces: + redirect: vyos.vyos.vyos + ospf_interfaces: + redirect: vyos.vyos.vyos vyos_ping: redirect: vyos.vyos.vyos ping: @@ -182,6 +186,8 @@ plugin_routing: redirect: vyos.vyos.vyos_ospfv2 ospfv3: redirect: vyos.vyos.vyos_ospfv3 + ospf_interfaces: + redirect: vyos.vyos.vyos_ospf_interfaces ping: redirect: vyos.vyos.vyos_ping static_route: |