.travis.yml
AUTHORS
ChangeLog
LICENSE
MANIFEST.in
README.md
requirements.txt
setup.cfg
setup.py
test-requirements.txt
tox.ini
netman/__init__.py
netman/main.py
netman.egg-info/PKG-INFO
netman.egg-info/SOURCES.txt
netman.egg-info/dependency_links.txt
netman.egg-info/not-zip-safe
netman.egg-info/pbr.json
netman.egg-info/requires.txt
netman.egg-info/top_level.txt
netman/adapters/__init__.py
netman/adapters/memory_storage.py
netman/adapters/threading_lock_factory.py
netman/adapters/shell/__init__.py
netman/adapters/shell/base.py
netman/adapters/shell/ssh.py
netman/adapters/shell/telnet.py
netman/adapters/switches/__init__.py
netman/adapters/switches/backward_compatible_brocade.py
netman/adapters/switches/brocade.py
netman/adapters/switches/cached.py
netman/adapters/switches/cisco.py
netman/adapters/switches/dell.py
netman/adapters/switches/dell10g.py
netman/adapters/switches/remote.py
netman/adapters/switches/util.py
netman/adapters/switches/juniper/__init__.py
netman/adapters/switches/juniper/base.py
netman/adapters/switches/juniper/qfx_copper.py
netman/adapters/switches/juniper/standard.py
netman/api/__init__.py
netman/api/api_utils.py
netman/api/netman_api.py
netman/api/switch_api.py
netman/api/switch_api_base.py
netman/api/switch_session_api.py
netman/api/validators.py
netman/api/doc_config/Makefile
netman/api/doc_config/conf.py
netman/api/doc_config/index.rst
netman/api/objects/__init__.py
netman/api/objects/base_interface.py
netman/api/objects/bond.py
netman/api/objects/info.py
netman/api/objects/interface.py
netman/api/objects/vlan.py
netman/api/objects/vrrp_group.py
netman/core/__init__.py
netman/core/switch_factory.py
netman/core/switch_sessions.py
netman/core/objects/__init__.py
netman/core/objects/access_groups.py
netman/core/objects/bond.py
netman/core/objects/exceptions.py
netman/core/objects/interface.py
netman/core/objects/locking_system.py
netman/core/objects/networks.py
netman/core/objects/port_modes.py
netman/core/objects/switch_base.py
netman/core/objects/switch_descriptor.py
netman/core/objects/switch_transactional.py
netman/core/objects/vlan.py
netman/core/objects/vrrp_group.py
netman/core/objects/vrrp_group_descriptor.py
tests/__init__.py
tests/global_reactor.py
tests/adapters/__init__.py
tests/adapters/configured_test_case.py
tests/adapters/flask_helper.py
tests/adapters/model_list.py
tests/adapters/compliance_tests/README.md
tests/adapters/compliance_tests/__init__.py
tests/adapters/compliance_tests/add_vlan_test.py
tests/adapters/compliance_tests/get_interfaces_test.py
tests/adapters/compliance_tests/get_vlan_test.py
tests/adapters/shell/__init__.py
tests/adapters/shell/mock_telnet.py
tests/adapters/shell/mock_terminal_commands.py
tests/adapters/shell/terminal_client_test.py
tests/adapters/switches/__init__.py
tests/adapters/switches/brocade_backward_compatibility_test.py
tests/adapters/switches/brocade_test.py
tests/adapters/switches/cached_test.py
tests/adapters/switches/cisco_test.py
tests/adapters/switches/dell10g_test.py
tests/adapters/switches/dell_test.py
tests/adapters/switches/juniper_qfx_copper_test.py
tests/adapters/switches/juniper_test.py
tests/adapters/switches/remote_test.py
tests/adapters/unified_tests/__init__.py
tests/adapters/unified_tests/bond_management_test.py
tests/adapters/unified_tests/dhcp_relay_server_test.py
tests/adapters/unified_tests/interface_management_test.py
tests/adapters/unified_tests/ip_management_test.py
tests/adapters/unified_tests/vlan_management_test.py
tests/adapters/unified_tests/vrrp_test.py
tests/api/__init__.py
tests/api/base_api_test.py
tests/api/netman_api_test.py
tests/api/switch_api_test.py
tests/api/validator_tests.py
tests/api/fixtures/get_info.json
tests/api/fixtures/get_switch_hostname_bond_v1.json
tests/api/fixtures/get_switch_hostname_bond_v2.json
tests/api/fixtures/get_switch_hostname_bonds_v1.json
tests/api/fixtures/get_switch_hostname_bonds_v2.json
tests/api/fixtures/get_switch_hostname_interfaces.json
tests/api/fixtures/get_switch_hostname_vlans.json
tests/api/fixtures/get_switch_hostname_vlans_vlan.json
tests/api/fixtures/post_switch_hostname_bonds.json
tests/api/fixtures/post_switch_hostname_interfaces_intname_trunkvlans.txt
tests/api/fixtures/post_switch_hostname_vlans.json
tests/api/fixtures/post_switch_hostname_vlans_vlanid_ips.json
tests/api/fixtures/post_switch_hostname_vlans_vlanid_ips.txt
tests/api/fixtures/post_switch_hostname_vlans_vlanid_vrrp_groups.json
tests/api/fixtures/post_switch_session.json
tests/api/fixtures/post_switch_session_result.json
tests/api/fixtures/put_switch_hostname_bonds_link_speed.txt
tests/api/fixtures/put_switch_hostname_interfaces_bond_master.txt
tests/api/fixtures/put_switch_hostname_interfaces_intname_accessvlan.txt
tests/api/fixtures/put_switch_hostname_interfaces_intname_nativevlan.txt
tests/api/fixtures/put_switch_hostname_interfaces_intname_spanningtree.json
tests/api/fixtures/put_switch_hostname_vlans_vlanid_accessgroups_in.txt
tests/api/fixtures/put_switch_hostname_vlans_vlanid_dhcp_relay_server.txt
tests/core/__init__.py
tests/core/switch_factory_test.py
tests/core/switch_session_test.py
tests/core/objects/__init__.py
tests/core/objects/exceptions.py
tests/core/objects/switch_transactional_test.py