LICENSE
MANIFEST.in
README.md
requirements.txt
setup.py
net_templates/__init__.py
net_templates/definitions.py
net_templates.egg-info/PKG-INFO
net_templates.egg-info/SOURCES.txt
net_templates.egg-info/dependency_links.txt
net_templates.egg-info/requires.txt
net_templates.egg-info/top_level.txt
net_templates/filters/AnsibleFilters.py
net_templates/filters/BaseFilter.py
net_templates/filters/CustomFilters.py
net_templates/filters/__init__.py
net_templates/templates/ios/ios_aaa_group_radius.j2
net_templates/templates/ios/ios_aaa_group_tacacs.j2
net_templates/templates/ios/ios_aaa_radius_all.j2
net_templates/templates/ios/ios_aaa_server_radius.j2
net_templates/templates/ios/ios_aaa_server_tacacs.j2
net_templates/templates/ios/ios_aaa_tacacs_all.j2
net_templates/templates/ios/ios_interface_base.j2
net_templates/templates/ios/ios_interface_bfd.j2
net_templates/templates/ios/ios_interface_discovery_cdp.j2
net_templates/templates/ios/ios_interface_discovery_lldp.j2
net_templates/templates/ios/ios_interface_l2_port.j2
net_templates/templates/ios/ios_interface_l3_port.j2
net_templates/templates/ios/ios_interfaces.j2
net_templates/templates/ios/ios_ntp.j2
net_templates/templates/ios/ios_ntp_access_groups.j2
net_templates/templates/ios/ios_ntp_authentication_key.j2
net_templates/templates/ios/ios_ntp_keys.j2
net_templates/templates/ios/ios_ntp_session.j2
net_templates/templates/ios/ios_ntp_trusted_key.j2
net_templates/templates/ios/ios_routing_bfd_template.j2
net_templates/templates/ios/ios_routing_bgp.j2
net_templates/templates/ios/ios_routing_bgp_address_family.j2
net_templates/templates/ios/ios_routing_bgp_neighbor.j2
net_templates/templates/ios/ios_routing_bgp_neighbor_definition.j2
net_templates/templates/ios/ios_routing_bgp_neighbor_options.j2
net_templates/templates/ios/ios_routing_bgp_peer_group.j2
net_templates/templates/ios/wrapper_params.j2
tests/TemplateBaseTest.py
tests/__init__.py
tests/test_Filters.py
tests/tests_ios/BaseTemplateTestIos.py
tests/tests_ios/__init__.py
tests/tests_ios/test_IosInterfaces.py
tests/tests_ios/test_IosNtp.py
tests/tests_ios/test_IosRoutingBfd.py
tests/tests_ios/test_IosRoutingBgp.py
tests/tests_ios/test_IosServices.py