Skip to content

Commit

Permalink
Add entries for missing network modules (ansible#69760)
Browse files Browse the repository at this point in the history
Signed-off-by: NilashishC <[email protected]>
  • Loading branch information
NilashishC authored May 29, 2020
1 parent 9251995 commit c3dff34
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions lib/ansible/config/ansible_builtin_runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5436,6 +5436,8 @@ plugin_routing:
redirect: check_point.mgmt.cp_mgmt_wildcard
cp_mgmt_wildcard_facts:
redirect: check_point.mgmt.cp_mgmt_wildcard_facts
eos_ospfv2:
redirect: arista.eos.eos_ospfv2
eos_static_route:
redirect: arista.eos.eos_static_route
eos_acls:
Expand Down Expand Up @@ -5640,6 +5642,8 @@ plugin_routing:
redirect: cisco.intersight.intersight_facts
intersight_rest_api:
redirect: cisco.intersight.intersight_rest_api
ios_ospfv2:
redirect: cisco.ios.ios_ospfv2
ios_l3_interfaces:
redirect: cisco.ios.ios_l3_interfaces
ios_lldp:
Expand Down Expand Up @@ -5700,6 +5704,8 @@ plugin_routing:
redirect: cisco.ios.ios_acls
ios_interfaces:
redirect: cisco.ios.ios_interfaces
iosxr_ospfv2:
redirect: cisco.iosxr.iosxr_ospfv2
iosxr_bgp:
redirect: cisco.iosxr.iosxr_bgp
iosxr_lldp_interfaces:
Expand Down Expand Up @@ -5854,6 +5860,8 @@ plugin_routing:
redirect: cisco.nxos.nxos_bfd_interfaces
nxos_ospf:
redirect: cisco.nxos.nxos_ospf
nxos_ospfv2:
redirect: cisco.nxos.nxos_ospfv2
nxos_system:
redirect: cisco.nxos.nxos_system
nxos_l3_interface:
Expand All @@ -5862,6 +5870,8 @@ plugin_routing:
redirect: cisco.nxos.nxos_smu
nxos_reboot:
redirect: cisco.nxos.nxos_reboot
nxos_static_routes:
redirect: cisco.nxos.nxos_static_routes
nxos_static_route:
redirect: cisco.nxos.nxos_static_route
nxos_acl_interfaces:
Expand Down Expand Up @@ -6490,6 +6500,12 @@ plugin_routing:
redirect: openstack.cloud.volume_snapshot
os_zone:
redirect: openstack.cloud.dns_zone
junos_acls:
redirect: junipernetworks.junos.junos_acls
junos_acl_interfaces:
redirect: junipernetworks.junos.junos_acl_interfaces
junos_ospfv2:
redirect: junipernetworks.junos.junos_ospfv2
junos_user:
redirect: junipernetworks.junos.junos_user
junos_l2_interface:
Expand Down Expand Up @@ -7500,6 +7516,8 @@ plugin_routing:
redirect: openvswitch.openvswitch.openvswitch_db
openvswitch_bridge:
redirect: openvswitch.openvswitch.openvswitch_bridge
vyos_ospfv2:
redirect: vyos.vyos.vyos_ospfv2
vyos_l3_interface:
redirect: vyos.vyos.vyos_l3_interface
vyos_banner:
Expand Down

0 comments on commit c3dff34

Please sign in to comment.