Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python311-napalm-4.1.0-2.1 RPM for noarch

From OpenSuSE Ports Tumbleweed for noarch

Name: python311-napalm Distribution: openSUSE:Factory:zSystems
Version: 4.1.0 Vendor: openSUSE
Release: 2.1 Build date: Thu Sep 7 05:26:52 2023
Group: Unspecified Build host: s390zl28
Size: 2566654 Source RPM: python-napalm-4.1.0-2.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/napalm-automation/napalm
Summary: Network Automation and Programmability Abstraction Layer
NAPALM is a Python library that implements a set of functions to
interact with different router vendor devices using a unified API.

Provides

Requires

License

Apache-2.0

Changelog

* Wed Sep 06 2023 Steve Kowalik <steven.kowalik@suse.com>
  - Add patch remove-future-requirement.patch, remove requirement of
    future module.
  - Switch to pyproject macros.
  - Stop using greedy globs in %files.
* Wed Aug 23 2023 Georg Pfuetzenreuter <georg.pfuetzenreuter@suse.com>
  - Update to 4.1.0
    Improvements
    ============
    Improve get_bgp_config behavior across platforms.
    EOS and Salt add optional_arg force_cfg_session_invalid that allows the config session to be invalidated on failure.
    Improve EOS VRF parsing
    Bug and doc fixes
    =================
    Minor doc fixes
    CI-CD fixes
    Properly close Netmiko SSH connections for EOS-SSH
    Improve EOS get_bgp_neighbors()
    Increase default commit_config timeout on IOS/IOS-XE
    NX-OS pull full configuration for merge operation diff
    Improve NX-OS SSH Netmiko behavior (for Netmiko V4)
  - Add pending upstream patch to resolve an exception while reading XML output from Junos
    napalm-gh-pr1796-xmlgetparent.patch: https://github.com/napalm-automation/napalm/pull/1796
* Mon Jan 02 2023 Markéta Machová <mmachova@suse.com>
  - Add missing requirements
* Tue Oct 25 2022 Daniel Garcia <daniel.garcia@suse.com>
  - Remove empty netmiko-4-support.patch
* Fri Oct 21 2022 Daniel Garcia <daniel.garcia@suse.com>
  - Update to 4.0.0
    Type Hinting
    ============
    - After months of work, @Kircheneer added type hinting support in #1412 and
      [#1476].
    New features
    ============
    - Add Commit-Confirm support for Cisco IOS #1691
    - New encoding argument added to the cli method to return the output of
      operational / show commands in the desired format. Currently supported on
      Junos and EOS. #1637 & #1663
    - Added ttp_parse helper function to codebase #1563
    - Replaced ciscoconfparse with netutils #1565
    - New SSH transport available for Arista EOS - thanks @thomasbridge74 #1502
    Improvements
    ============
    - Adds mac and ip checks for getters #1560
    - The uptime field in the get_facts return is now float type: #1651
    - [NX-OS] Improve compare_config for NXOS partial merging #1567
    - [EOS] support arbitrary transport class #1643 & #1647
    - [EOS] move config lock check to _load_config #1642
    - [EOS] Handle modern memory output from Arista EOS 4.27+ #1673
    - [IOS-XR] Improving get_facts behavior to handle XML changes in newer OS
      versions #1667
    - [Junos] make sure we don't duplicate LLDP neighbor entries #1640
    Bug fixes
    =========
    - [Junos] find for system uptime element #1675
    - [IOS-XR] get_lldp_neighbor_details does not support 'N/A' capabilities
      [#1681]
    - [IOS-XR] get_lldp_neighbor_details add alternative lldp local interface key
      [#1682]
    - [NX-OS] get_interfaces fix description on SVI interfaces #1571
    - [IOS] get_vlans does not return all interfaces if they wrap around in the
      config #1569
    - [Junos] Fix #1549: Check peer admin status from the BGP options #1566
    - [EOS] get_bgp_neighbors_detail only returns back a single peer for a
      certain EOS platform #1573
  - Update to 3.4.1
    * Pinning to junos-eznc>=2.6.3
* Fri Aug 05 2022 Steve Kowalik <steven.kowalik@suse.com>
  - Add patch netmiko-4-support.patch:
    * Support netmiko >= 4
    * As a consequence, bump {Build,}Requires on netmiko to >= 4.
  - Remove unneeded BuildRequires on mock
* Thu Mar 24 2022 pgajdos@suse.com
  - version update to 3.4.0
    Junos
      Junos discard_config on error fix #1448
      Junos LLDP improvements #1470
      Junos pass self.ignore_warning to diff call in compare_config() #1480
    NX-OS
      Improve NX-API error messages #1461
      NX-OS disable SSL InsecureRequestWarning if ssl_verify is False #1510
      NX-OS unknown interface MTU and unknown speed as -1 #1511
      NX-OS improve JSON handling in newer NX-OS versions #1490
    IOS
      IOS allow BGP configuration with no explicit AFI #1477
      Escape vlan_name on IOS before building regex string #1546
      Handle get_network_instances for IOS devices that do not support show vrf detail #1547
    EOS
      EOS fix get_bgp_config mismatch between neighbors and peer-group #1503
    IOS-XR
      Pass IOS-XR NETCONF optional_args to ncclient connect #1535
    General
      Bandwidth parameter returned as a float
      Pin Netmiko to require Netmiko version 3.3.X or 3.4.X
  - added patches
    fix https://github.com/napalm-automation/napalm/issues/1594
    + python-napalm-no-mock.patch
* Tue Jan 11 2022 Ben Greiner <code@bnavigator.de>
  - remove selectors2 test requirement: It's unmaintained and pulled
    in by ncclient only if necessary, i.e. on python <= 3.4 (!), but
    nowhere declared or used by napalm itself.
* Wed Oct 13 2021 ecsos <ecsos@opensuse.org>
  - Fix build error for Leap 15.3
    - Add Missing python-lxml.
    - Add missing python-typing_extensions.
* Fri Aug 20 2021 Martin Hauke <mardnh@gmx.de>
  - Update to version 3.3.1
    * [IOS-XR] Fix #1330 (get_bgp_neighbors_detail: flap_count
      return a negative value).
    * [IOS] Fix #1387 (get_network_instances fails KeyError when
      deleting item from interfaces).
    * [Junos] Fix bgp flap_count issue for iosxr_netconf.
    * [Junos] Change the function cli when result is xml object.
    * [EOS, IOS, Junos, NXOS] Add source_interface argument to ping.
  - Update to version 3.3.0
    New Features
    * [Junos] Add get_vlans for Junos.
    * [Junos] Added Support for Logical Interfaces Counters.
    * [Junos] Use aply-groups inheritance on get-configuration RPC
      calls.
    * [Core] Adding cannonical mapping for 25GE, 50GE, 200GE and
      400GE interfaces.
    Bug Fixes
    * [EOS] Fix for BGP description not found by get_bgp_neighbors
      in some EOS versions.
    * [EOS] Set next hop to something valid for vxlan routes.
    * [EOS] Fix naplam.get_route_to() not working on EOS:failed to
      detect a valid IP address from u''.
    * [IOS-XR] XR 7+: get_lldp_neighbors_detail query only the
      NodeTable.
    * [IOS-XR] Resolve #1181 (IOS-XR get_environment() throws an
      error in 6.3.2 on NCS5501) and reduce the get_facts heavy
      workload.
    * [IOS-XR] Look up the KeepAliveTime and HoldTime keys in the
      VRF tree.
    * [Junos] Fix sanitized bug for Junos.
    * [Junos] Multiple next-hop self config stanzas generate a list.
    * [Junos] Add wildcard for set matches on junos.
    * [Junos] Fix mapping for Juniper devices with Netmiko.
    * [IOS] Handle control plane interface.
    * [IOS] Set minimum ttl to zero to fix issue.
    * [NX-OS] Cast uptime values to int before processing.
* Thu Sep 03 2020 Martin Hauke <mardnh@gmx.de>
  - Update to version 3.2.0
    New features
    * [EOS] Add get_vlans getter.
    * [NX-OS] Feature/nxos ssh get_interfaces_counters.
    Bug fixes and behaviour changes
    * [IOS] get_network_instances fixes, see #1095 for more details.
    * [IOS-XR] get_route_to fix pyIOSXR.exceptions.XMLCLIError for
      some versions.
    * [EOS] Fix get_arp_table for static ARP records.
    * [EOS] Add EOS-4.23+ translation for show environment temperature.
    * [IOS] Update get_probe code to make it work it IOS XE 16.12.x.
* Mon Jul 27 2020 Martin Hauke <mardnh@gmx.de>
  - Update to version 3.1.0
    Core changes
    * Fix: force_no_enable enabled on ios and nx only
    * If you maintain a thrid-party driver using Netmiko for the
      underlying layer, but that doesn't make use of the enable
      features typically found on IOS-like devices, it is
      recommended to pin to this NAPALM version, so it won't break
      compatibility.
    * lxml text retrieval (find_txt) shouldn't fail if no text
      element available
    Driver changes
    * [NX-OS] Initial version for nxos_ssh get_optics
    * [NX-OS] Fixed get_bgp_neighbors and asdot notation on NX-OS
    * [Junos] Fix "KeyError in get_environment() on Juniper MX10k3
      with Junos 19.2R1.8 by making PEM naming consistent
    * [IOS] Fix get_optics metric
    * [IOS] Allow username detection on older Cisco ios versions
* Thu May 21 2020 Petr Gajdos <pgajdos@suse.com>
  - %python3_only -> %python_alternative
* Fri May 15 2020 Martin Hauke <mardnh@gmx.de>
  - Update to version 3.0.1
    * [Junos] close configuration in case configure_private is set
      to avoid configure session to stay forever
    * [IOS] get_interfaces_counters broken with Managment Interface
    * [IOS] get_optics does not work on VSS setup
    * [IOS] get_optics broken if input value is N/A
    * [NXOS] Fix cmd_verify and null character
* Wed May 06 2020 Martin Hauke <mardnh@gmx.de>
  - Update to version 3.0.0
    Changes:
    * Integrated nxapi_plumbing and pyIOSXR into NAPALM.
    * [NXOS] If the command returns a null value then
      json.loads(None) throws an exception.
    * [NXOS] For Vlan interfaces nxos driver, the state is not
      correctly defined (related to json output).
    * [IOS] Return empty dictionary if BGP not running.
    * Fix Nornir + NAPALM threading issue.
    * [IOS, NXOS] get-vlans() getter implementation.
    * [IOS] Fix traceroute output parsing in ios.
    * [NXOS] firmware less than 7 does not support json in cli
    * Updated support for TwoGigabit & TwentyFiveGig interfaces
      to canonical_map.py
    * [NXOS]: Prevent nxos.get_interfaces_ip from failing if no
      ipv6 support.
    * [Junos] Added auto_probe optional argument.
    * [NXOS] Fix exception when trying to get environmental data
      from certain Nexus devices.
    * [IOS] Fix fix vrf detection when no vrf is defined.
    * [IOS-XR} No silent pass of errors in base.helpers & logging.
    * [IOS-XR] Add support for XML namespace prefixes in find_txt.
    * [NXOS] Fix get_vlans() method where no interfaces in VLAN.
    * [IOS] Added ``force_no_enable` optional argument.
    * [NXOS] Use Kickstart version to determine NXOS version.
    * [NXOS] Add nxos_ssh support for force_no_enable.
    * [EOS] Fix #1153: Strip double quotation on LLDP remote port.
    * [IOS] Fix typo in the traceoute method.
    * add a few less used canonical mappings.
    * [IOS] Fix show interfaces summary for 10/40/100 Gig Interfaces
    * [IOS] Update to handle Cisco ISR mac address table with
      multiple EHWIC modules installed.
    * [Junos] Add support for configure private in Junos.
    * add range for validate.
    * [IOS] Fix get_bgp_neighbors_detail IOS-XE.
    * [EOS] Cast upDownTime BGP neighbor field to float.
    * All the core platforms: Filter unneeded header configuration
      lines get_config.
    * [Junos] SRX cluster devices stack RPC replies under
      multi-routing-engine-results.
    * All the core platforms: Implement get_config sanitized.
  - Drop (Build)Requres for
    * python-nxapi-plumbing
    * python-pyIOSXR
    since both are now included in napalm
* Mon Mar 30 2020 pgajdos@suse.com
  - version update to 2.5.0
    * This is the last release supporting Python 2. Going forward, we will only support Python 3.6+
    * namespace fix for napalm cli (#950)
    * [EOS] Fix broken get_bgp_neighbors when 6PE configured on eos (#945)
    * [NXOS] If parent_table in nxos is None call exception (#939)
    * [Junos] Remove extensive argument from junos_iface_table (#929)
    * MTU support for get_interfaces (#940)
    * [EOS] When asPathType is Internal (IBGP), as_path is empty and the remote-as is the local_as (#1064)
    * [IOS] support n9k ipv6 ints for interfaces_ip getter (#969)
    * [IOS] support catalyst vss for mac_address getter (#968)
    * [IOS] Raise exception if BGP neighbor info requested and BGP not running (#970)
    * [NXOS] Implement nxos_ssh get_environment (#973)
    * Better handling of connection closing upon exceptions in enter (#994)
    * [NXOS] address single and multiple v6 address on n9k (#997)
    * [NXOS] Fix nxos and nxos_ssh hostname change handling (#999)
    * added option to run show run all (#1029)
    * [Junos] add optional arg for DB config selection (#1035)
    * [Junos] Fixed "Wrong interface information for Junos virtual-switch w/ bridge domains using get_network_instances" (#1032)
    * [EOS] Implemented lock_disable for EOS based on Junos. (#1042)
    * [NXOS] Work around NXAPI double quoting (#1048)
    * [NXOS] napalm.nxos.traceroute - VRF traces and handle AS in hops (#989)
    * [IOS] Fix extra line in show ip int brief on IOS (#986)
    * [NXOS] Expand nxos commit merge rollback error (#860)
    * [IOS] add support for VRF for get_arp_table func (#937)
    * [IOS] get_bgp_neighbors vrf and safi aware (#768)
    * [IOS] Check if temperature sensor on Cisco device is not supported (#1055)
    * [IOS] Fixes get_environment memory collection on ios-xe devices (#1053)
    * [IOS] get_route_to implementation for IOS (#750)

Files

/etc/alternatives/cl_napalm_configure
/etc/alternatives/cl_napalm_test
/etc/alternatives/cl_napalm_validate
/etc/alternatives/napalm
/usr/bin/cl_napalm_configure
/usr/bin/cl_napalm_configure-3.11
/usr/bin/cl_napalm_test
/usr/bin/cl_napalm_test-3.11
/usr/bin/cl_napalm_validate
/usr/bin/cl_napalm_validate-3.11
/usr/bin/napalm
/usr/bin/napalm-3.11
/usr/lib/python3.11/site-packages/napalm
/usr/lib/python3.11/site-packages/napalm-4.1.0.dist-info
/usr/lib/python3.11/site-packages/napalm-4.1.0.dist-info/INSTALLER
/usr/lib/python3.11/site-packages/napalm-4.1.0.dist-info/LICENSE
/usr/lib/python3.11/site-packages/napalm-4.1.0.dist-info/METADATA
/usr/lib/python3.11/site-packages/napalm-4.1.0.dist-info/RECORD
/usr/lib/python3.11/site-packages/napalm-4.1.0.dist-info/REQUESTED
/usr/lib/python3.11/site-packages/napalm-4.1.0.dist-info/WHEEL
/usr/lib/python3.11/site-packages/napalm-4.1.0.dist-info/entry_points.txt
/usr/lib/python3.11/site-packages/napalm-4.1.0.dist-info/top_level.txt
/usr/lib/python3.11/site-packages/napalm/_SUPPORTED_DRIVERS.py
/usr/lib/python3.11/site-packages/napalm/__init__.py
/usr/lib/python3.11/site-packages/napalm/__pycache__
/usr/lib/python3.11/site-packages/napalm/__pycache__/_SUPPORTED_DRIVERS.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/napalm/__pycache__/_SUPPORTED_DRIVERS.cpython-311.pyc
/usr/lib/python3.11/site-packages/napalm/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/napalm/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/napalm/base
/usr/lib/python3.11/site-packages/napalm/base/__init__.py
/usr/lib/python3.11/site-packages/napalm/base/__pycache__
/usr/lib/python3.11/site-packages/napalm/base/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/napalm/base/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/napalm/base/__pycache__/base.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/napalm/base/__pycache__/base.cpython-311.pyc
/usr/lib/python3.11/site-packages/napalm/base/__pycache__/canonical_map.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/napalm/base/__pycache__/canonical_map.cpython-311.pyc
/usr/lib/python3.11/site-packages/napalm/base/__pycache__/constants.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/napalm/base/__pycache__/constants.cpython-311.pyc
/usr/lib/python3.11/site-packages/napalm/base/__pycache__/exceptions.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/napalm/base/__pycache__/exceptions.cpython-311.pyc
/usr/lib/python3.11/site-packages/napalm/base/__pycache__/helpers.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/napalm/base/__pycache__/helpers.cpython-311.pyc
/usr/lib/python3.11/site-packages/napalm/base/__pycache__/mock.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/napalm/base/__pycache__/mock.cpython-311.pyc
/usr/lib/python3.11/site-packages/napalm/base/__pycache__/models.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/napalm/base/__pycache__/models.cpython-311.pyc
/usr/lib/python3.11/site-packages/napalm/base/__pycache__/netmiko_helpers.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/napalm/base/__pycache__/netmiko_helpers.cpython-311.pyc
/usr/lib/python3.11/site-packages/napalm/base/__pycache__/validate.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/napalm/base/__pycache__/validate.cpython-311.pyc
/usr/lib/python3.11/site-packages/napalm/base/base.py
/usr/lib/python3.11/site-packages/napalm/base/canonical_map.py
/usr/lib/python3.11/site-packages/napalm/base/clitools
/usr/lib/python3.11/site-packages/napalm/base/clitools/__init__.py
/usr/lib/python3.11/site-packages/napalm/base/clitools/__pycache__
/usr/lib/python3.11/site-packages/napalm/base/clitools/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/napalm/base/clitools/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/napalm/base/clitools/__pycache__/cl_napalm.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/napalm/base/clitools/__pycache__/cl_napalm.cpython-311.pyc
/usr/lib/python3.11/site-packages/napalm/base/clitools/__pycache__/cl_napalm_configure.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/napalm/base/clitools/__pycache__/cl_napalm_configure.cpython-311.pyc
/usr/lib/python3.11/site-packages/napalm/base/clitools/__pycache__/cl_napalm_test.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/napalm/base/clitools/__pycache__/cl_napalm_test.cpython-311.pyc
/usr/lib/python3.11/site-packages/napalm/base/clitools/__pycache__/cl_napalm_validate.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/napalm/base/clitools/__pycache__/cl_napalm_validate.cpython-311.pyc
/usr/lib/python3.11/site-packages/napalm/base/clitools/__pycache__/helpers.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/napalm/base/clitools/__pycache__/helpers.cpython-311.pyc
/usr/lib/python3.11/site-packages/napalm/base/clitools/cl_napalm.py
/usr/lib/python3.11/site-packages/napalm/base/clitools/cl_napalm_configure.py
/usr/lib/python3.11/site-packages/napalm/base/clitools/cl_napalm_test.py
/usr/lib/python3.11/site-packages/napalm/base/clitools/cl_napalm_validate.py
/usr/lib/python3.11/site-packages/napalm/base/clitools/helpers.py
/usr/lib/python3.11/site-packages/napalm/base/constants.py
/usr/lib/python3.11/site-packages/napalm/base/exceptions.py
/usr/lib/python3.11/site-packages/napalm/base/helpers.py
/usr/lib/python3.11/site-packages/napalm/base/mock.py
/usr/lib/python3.11/site-packages/napalm/base/models.py
/usr/lib/python3.11/site-packages/napalm/base/netmiko_helpers.py
/usr/lib/python3.11/site-packages/napalm/base/test
/usr/lib/python3.11/site-packages/napalm/base/test/__init__.py
/usr/lib/python3.11/site-packages/napalm/base/test/__pycache__
/usr/lib/python3.11/site-packages/napalm/base/test/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/napalm/base/test/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/napalm/base/test/__pycache__/base.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/napalm/base/test/__pycache__/base.cpython-311.pyc
/usr/lib/python3.11/site-packages/napalm/base/test/__pycache__/conftest.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/napalm/base/test/__pycache__/conftest.cpython-311.pyc
/usr/lib/python3.11/site-packages/napalm/base/test/__pycache__/double.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/napalm/base/test/__pycache__/double.cpython-311.pyc
/usr/lib/python3.11/site-packages/napalm/base/test/__pycache__/getters.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/napalm/base/test/__pycache__/getters.cpython-311.pyc
/usr/lib/python3.11/site-packages/napalm/base/test/__pycache__/helpers.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/napalm/base/test/__pycache__/helpers.cpython-311.pyc
/usr/lib/python3.11/site-packages/napalm/base/test/base.py
/usr/lib/python3.11/site-packages/napalm/base/test/conftest.py
/usr/lib/python3.11/site-packages/napalm/base/test/double.py
/usr/lib/python3.11/site-packages/napalm/base/test/getters.py
/usr/lib/python3.11/site-packages/napalm/base/test/helpers.py
/usr/lib/python3.11/site-packages/napalm/base/utils
/usr/lib/python3.11/site-packages/napalm/base/utils/__init__.py
/usr/lib/python3.11/site-packages/napalm/base/utils/__pycache__
/usr/lib/python3.11/site-packages/napalm/base/utils/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/napalm/base/utils/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/napalm/base/utils/__pycache__/jinja_filters.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/napalm/base/utils/__pycache__/jinja_filters.cpython-311.pyc
/usr/lib/python3.11/site-packages/napalm/base/utils/__pycache__/string_parsers.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/napalm/base/utils/__pycache__/string_parsers.cpython-311.pyc
/usr/lib/python3.11/site-packages/napalm/base/utils/jinja_filters.py
/usr/lib/python3.11/site-packages/napalm/base/utils/string_parsers.py
/usr/lib/python3.11/site-packages/napalm/base/validate.py
/usr/lib/python3.11/site-packages/napalm/eos
/usr/lib/python3.11/site-packages/napalm/eos/__init__.py
/usr/lib/python3.11/site-packages/napalm/eos/__pycache__
/usr/lib/python3.11/site-packages/napalm/eos/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/napalm/eos/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/napalm/eos/__pycache__/constants.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/napalm/eos/__pycache__/constants.cpython-311.pyc
/usr/lib/python3.11/site-packages/napalm/eos/__pycache__/eos.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/napalm/eos/__pycache__/eos.cpython-311.pyc
/usr/lib/python3.11/site-packages/napalm/eos/__pycache__/pyeapi_syntax_wrapper.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/napalm/eos/__pycache__/pyeapi_syntax_wrapper.cpython-311.pyc
/usr/lib/python3.11/site-packages/napalm/eos/constants.py
/usr/lib/python3.11/site-packages/napalm/eos/eos.py
/usr/lib/python3.11/site-packages/napalm/eos/pyeapi_syntax_wrapper.py
/usr/lib/python3.11/site-packages/napalm/eos/templates
/usr/lib/python3.11/site-packages/napalm/eos/templates/delete_ntp_servers.j2
/usr/lib/python3.11/site-packages/napalm/eos/templates/delete_snmp_config.j2
/usr/lib/python3.11/site-packages/napalm/eos/templates/delete_users.j2
/usr/lib/python3.11/site-packages/napalm/eos/templates/set_ntp_servers.j2
/usr/lib/python3.11/site-packages/napalm/eos/templates/set_users.j2
/usr/lib/python3.11/site-packages/napalm/eos/templates/snmp_config.j2
/usr/lib/python3.11/site-packages/napalm/eos/utils
/usr/lib/python3.11/site-packages/napalm/eos/utils/__init__.py
/usr/lib/python3.11/site-packages/napalm/eos/utils/__pycache__
/usr/lib/python3.11/site-packages/napalm/eos/utils/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/napalm/eos/utils/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/napalm/eos/utils/__pycache__/cli_syntax.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/napalm/eos/utils/__pycache__/cli_syntax.cpython-311.pyc
/usr/lib/python3.11/site-packages/napalm/eos/utils/__pycache__/versions.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/napalm/eos/utils/__pycache__/versions.cpython-311.pyc
/usr/lib/python3.11/site-packages/napalm/eos/utils/cli_syntax.py
/usr/lib/python3.11/site-packages/napalm/eos/utils/textfsm_templates
/usr/lib/python3.11/site-packages/napalm/eos/utils/textfsm_templates/bgp_detail.tpl
/usr/lib/python3.11/site-packages/napalm/eos/utils/textfsm_templates/bgp_detail_multi_agent.tpl
/usr/lib/python3.11/site-packages/napalm/eos/utils/textfsm_templates/ntp_peers.tpl
/usr/lib/python3.11/site-packages/napalm/eos/utils/textfsm_templates/snmp_config.tpl
/usr/lib/python3.11/site-packages/napalm/eos/utils/textfsm_templates/vrf.tpl
/usr/lib/python3.11/site-packages/napalm/eos/utils/versions.py
/usr/lib/python3.11/site-packages/napalm/ios
/usr/lib/python3.11/site-packages/napalm/ios/__init__.py
/usr/lib/python3.11/site-packages/napalm/ios/__pycache__
/usr/lib/python3.11/site-packages/napalm/ios/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/napalm/ios/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/napalm/ios/__pycache__/ios.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/napalm/ios/__pycache__/ios.cpython-311.pyc
/usr/lib/python3.11/site-packages/napalm/ios/ios.py
/usr/lib/python3.11/site-packages/napalm/ios/templates
/usr/lib/python3.11/site-packages/napalm/ios/templates/delete_ntp_peers.j2
/usr/lib/python3.11/site-packages/napalm/ios/templates/delete_ntp_servers.j2
/usr/lib/python3.11/site-packages/napalm/ios/templates/delete_snmp_config.j2
/usr/lib/python3.11/site-packages/napalm/ios/templates/set_hostname.j2
/usr/lib/python3.11/site-packages/napalm/ios/templates/set_ntp_peers.j2
/usr/lib/python3.11/site-packages/napalm/ios/templates/set_ntp_servers.j2
/usr/lib/python3.11/site-packages/napalm/ios/templates/snmp_config.j2
/usr/lib/python3.11/site-packages/napalm/ios/utils
/usr/lib/python3.11/site-packages/napalm/ios/utils/textfsm_templates
/usr/lib/python3.11/site-packages/napalm/ios/utils/textfsm_templates/ip_bgp_all_sum.tpl
/usr/lib/python3.11/site-packages/napalm/ios/utils/textfsm_templates/ip_bgp_neigh.tpl
/usr/lib/python3.11/site-packages/napalm/ios/utils/textfsm_templates/ip_bgp_neigh_afi.tpl
/usr/lib/python3.11/site-packages/napalm/ios/utils/textfsm_templates/show_lldp_neighbors.tpl
/usr/lib/python3.11/site-packages/napalm/ios/utils/textfsm_templates/show_lldp_neighbors_detail.tpl
/usr/lib/python3.11/site-packages/napalm/iosxr
/usr/lib/python3.11/site-packages/napalm/iosxr/__init__.py
/usr/lib/python3.11/site-packages/napalm/iosxr/__pycache__
/usr/lib/python3.11/site-packages/napalm/iosxr/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/napalm/iosxr/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/napalm/iosxr/__pycache__/constants.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/napalm/iosxr/__pycache__/constants.cpython-311.pyc
/usr/lib/python3.11/site-packages/napalm/iosxr/__pycache__/iosxr.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/napalm/iosxr/__pycache__/iosxr.cpython-311.pyc
/usr/lib/python3.11/site-packages/napalm/iosxr/__pycache__/utilities.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/napalm/iosxr/__pycache__/utilities.cpython-311.pyc
/usr/lib/python3.11/site-packages/napalm/iosxr/constants.py
/usr/lib/python3.11/site-packages/napalm/iosxr/iosxr.py
/usr/lib/python3.11/site-packages/napalm/iosxr/templates
/usr/lib/python3.11/site-packages/napalm/iosxr/templates/delete_ntp_peers.j2
/usr/lib/python3.11/site-packages/napalm/iosxr/templates/delete_ntp_servers.j2
/usr/lib/python3.11/site-packages/napalm/iosxr/templates/delete_probes.j2
/usr/lib/python3.11/site-packages/napalm/iosxr/templates/delete_snmp_config.j2
/usr/lib/python3.11/site-packages/napalm/iosxr/templates/delete_users.j2
/usr/lib/python3.11/site-packages/napalm/iosxr/templates/schedule_probes.j2
/usr/lib/python3.11/site-packages/napalm/iosxr/templates/set_hostname.j2
/usr/lib/python3.11/site-packages/napalm/iosxr/templates/set_ntp_peers.j2
/usr/lib/python3.11/site-packages/napalm/iosxr/templates/set_ntp_servers.j2
/usr/lib/python3.11/site-packages/napalm/iosxr/templates/set_probes.j2
/usr/lib/python3.11/site-packages/napalm/iosxr/templates/set_users.j2
/usr/lib/python3.11/site-packages/napalm/iosxr/templates/snmp_config.j2
/usr/lib/python3.11/site-packages/napalm/iosxr/utilities.py
/usr/lib/python3.11/site-packages/napalm/iosxr_netconf
/usr/lib/python3.11/site-packages/napalm/iosxr_netconf/__init__.py
/usr/lib/python3.11/site-packages/napalm/iosxr_netconf/__pycache__
/usr/lib/python3.11/site-packages/napalm/iosxr_netconf/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/napalm/iosxr_netconf/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/napalm/iosxr_netconf/__pycache__/constants.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/napalm/iosxr_netconf/__pycache__/constants.cpython-311.pyc
/usr/lib/python3.11/site-packages/napalm/iosxr_netconf/__pycache__/iosxr_netconf.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/napalm/iosxr_netconf/__pycache__/iosxr_netconf.cpython-311.pyc
/usr/lib/python3.11/site-packages/napalm/iosxr_netconf/constants.py
/usr/lib/python3.11/site-packages/napalm/iosxr_netconf/iosxr_netconf.py
/usr/lib/python3.11/site-packages/napalm/junos
/usr/lib/python3.11/site-packages/napalm/junos/__init__.py
/usr/lib/python3.11/site-packages/napalm/junos/__pycache__
/usr/lib/python3.11/site-packages/napalm/junos/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/napalm/junos/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/napalm/junos/__pycache__/constants.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/napalm/junos/__pycache__/constants.cpython-311.pyc
/usr/lib/python3.11/site-packages/napalm/junos/__pycache__/junos.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/napalm/junos/__pycache__/junos.cpython-311.pyc
/usr/lib/python3.11/site-packages/napalm/junos/constants.py
/usr/lib/python3.11/site-packages/napalm/junos/junos.py
/usr/lib/python3.11/site-packages/napalm/junos/templates
/usr/lib/python3.11/site-packages/napalm/junos/templates/delete_ntp_peers.j2
/usr/lib/python3.11/site-packages/napalm/junos/templates/delete_ntp_servers.j2
/usr/lib/python3.11/site-packages/napalm/junos/templates/delete_probes.j2
/usr/lib/python3.11/site-packages/napalm/junos/templates/delete_snmp_config.j2
/usr/lib/python3.11/site-packages/napalm/junos/templates/delete_users.j2
/usr/lib/python3.11/site-packages/napalm/junos/templates/schedule_probes.j2
/usr/lib/python3.11/site-packages/napalm/junos/templates/set_hostname.j2
/usr/lib/python3.11/site-packages/napalm/junos/templates/set_ntp_peers.j2
/usr/lib/python3.11/site-packages/napalm/junos/templates/set_ntp_servers.j2
/usr/lib/python3.11/site-packages/napalm/junos/templates/set_probes.j2
/usr/lib/python3.11/site-packages/napalm/junos/templates/set_users.j2
/usr/lib/python3.11/site-packages/napalm/junos/templates/snmp_config.j2
/usr/lib/python3.11/site-packages/napalm/junos/utils
/usr/lib/python3.11/site-packages/napalm/junos/utils/__init__.py
/usr/lib/python3.11/site-packages/napalm/junos/utils/__pycache__
/usr/lib/python3.11/site-packages/napalm/junos/utils/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/napalm/junos/utils/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/napalm/junos/utils/__pycache__/junos_views.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/napalm/junos/utils/__pycache__/junos_views.cpython-311.pyc
/usr/lib/python3.11/site-packages/napalm/junos/utils/junos_views.py
/usr/lib/python3.11/site-packages/napalm/junos/utils/junos_views.yml
/usr/lib/python3.11/site-packages/napalm/nxapi_plumbing
/usr/lib/python3.11/site-packages/napalm/nxapi_plumbing/__init__.py
/usr/lib/python3.11/site-packages/napalm/nxapi_plumbing/__pycache__
/usr/lib/python3.11/site-packages/napalm/nxapi_plumbing/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/napalm/nxapi_plumbing/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/napalm/nxapi_plumbing/__pycache__/api_client.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/napalm/nxapi_plumbing/__pycache__/api_client.cpython-311.pyc
/usr/lib/python3.11/site-packages/napalm/nxapi_plumbing/__pycache__/device.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/napalm/nxapi_plumbing/__pycache__/device.cpython-311.pyc
/usr/lib/python3.11/site-packages/napalm/nxapi_plumbing/__pycache__/errors.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/napalm/nxapi_plumbing/__pycache__/errors.cpython-311.pyc
/usr/lib/python3.11/site-packages/napalm/nxapi_plumbing/__pycache__/utilities.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/napalm/nxapi_plumbing/__pycache__/utilities.cpython-311.pyc
/usr/lib/python3.11/site-packages/napalm/nxapi_plumbing/api_client.py
/usr/lib/python3.11/site-packages/napalm/nxapi_plumbing/device.py
/usr/lib/python3.11/site-packages/napalm/nxapi_plumbing/errors.py
/usr/lib/python3.11/site-packages/napalm/nxapi_plumbing/utilities.py
/usr/lib/python3.11/site-packages/napalm/nxos
/usr/lib/python3.11/site-packages/napalm/nxos/__init__.py
/usr/lib/python3.11/site-packages/napalm/nxos/__pycache__
/usr/lib/python3.11/site-packages/napalm/nxos/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/napalm/nxos/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/napalm/nxos/__pycache__/nxos.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/napalm/nxos/__pycache__/nxos.cpython-311.pyc
/usr/lib/python3.11/site-packages/napalm/nxos/nxos.py
/usr/lib/python3.11/site-packages/napalm/nxos/templates
/usr/lib/python3.11/site-packages/napalm/nxos/templates/delete_ntp_peers.j2
/usr/lib/python3.11/site-packages/napalm/nxos/templates/delete_ntp_servers.j2
/usr/lib/python3.11/site-packages/napalm/nxos/templates/delete_snmp_config.j2
/usr/lib/python3.11/site-packages/napalm/nxos/templates/delete_users.j2
/usr/lib/python3.11/site-packages/napalm/nxos/templates/set_hostname.j2
/usr/lib/python3.11/site-packages/napalm/nxos/templates/set_ntp_peers.j2
/usr/lib/python3.11/site-packages/napalm/nxos/templates/set_ntp_servers.j2
/usr/lib/python3.11/site-packages/napalm/nxos/templates/set_users.j2
/usr/lib/python3.11/site-packages/napalm/nxos/templates/snmp_config.j2
/usr/lib/python3.11/site-packages/napalm/nxos/utils
/usr/lib/python3.11/site-packages/napalm/nxos/utils/__init__.py
/usr/lib/python3.11/site-packages/napalm/nxos/utils/__pycache__
/usr/lib/python3.11/site-packages/napalm/nxos/utils/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/napalm/nxos/utils/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/napalm/nxos/utils/textfsm_templates
/usr/lib/python3.11/site-packages/napalm/nxos/utils/textfsm_templates/show_lldp_neighbors_detail.tpl
/usr/lib/python3.11/site-packages/napalm/nxos/utils/textfsm_templates/snmp_config.tpl
/usr/lib/python3.11/site-packages/napalm/nxos/utils/textfsm_templates/users.tpl
/usr/lib/python3.11/site-packages/napalm/nxos_ssh
/usr/lib/python3.11/site-packages/napalm/nxos_ssh/__init__.py
/usr/lib/python3.11/site-packages/napalm/nxos_ssh/__pycache__
/usr/lib/python3.11/site-packages/napalm/nxos_ssh/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/napalm/nxos_ssh/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/napalm/nxos_ssh/__pycache__/nxos_ssh.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/napalm/nxos_ssh/__pycache__/nxos_ssh.cpython-311.pyc
/usr/lib/python3.11/site-packages/napalm/nxos_ssh/nxos_ssh.py
/usr/lib/python3.11/site-packages/napalm/nxos_ssh/templates
/usr/lib/python3.11/site-packages/napalm/nxos_ssh/templates/delete_ntp_peers.j2
/usr/lib/python3.11/site-packages/napalm/nxos_ssh/templates/delete_ntp_servers.j2
/usr/lib/python3.11/site-packages/napalm/nxos_ssh/templates/delete_snmp_config.j2
/usr/lib/python3.11/site-packages/napalm/nxos_ssh/templates/delete_users.j2
/usr/lib/python3.11/site-packages/napalm/nxos_ssh/templates/set_hostname.j2
/usr/lib/python3.11/site-packages/napalm/nxos_ssh/templates/set_ntp_peers.j2
/usr/lib/python3.11/site-packages/napalm/nxos_ssh/templates/set_ntp_servers.j2
/usr/lib/python3.11/site-packages/napalm/nxos_ssh/templates/set_users.j2
/usr/lib/python3.11/site-packages/napalm/nxos_ssh/templates/snmp_config.j2
/usr/lib/python3.11/site-packages/napalm/nxos_ssh/utils
/usr/lib/python3.11/site-packages/napalm/nxos_ssh/utils/__init__.py
/usr/lib/python3.11/site-packages/napalm/nxos_ssh/utils/__pycache__
/usr/lib/python3.11/site-packages/napalm/nxos_ssh/utils/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/napalm/nxos_ssh/utils/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/napalm/nxos_ssh/utils/textfsm_templates
/usr/lib/python3.11/site-packages/napalm/nxos_ssh/utils/textfsm_templates/snmp_config.tpl
/usr/lib/python3.11/site-packages/napalm/nxos_ssh/utils/textfsm_templates/system_resources.tpl
/usr/lib/python3.11/site-packages/napalm/nxos_ssh/utils/textfsm_templates/users.tpl
/usr/lib/python3.11/site-packages/napalm/pyIOSXR
/usr/lib/python3.11/site-packages/napalm/pyIOSXR/__init__.py
/usr/lib/python3.11/site-packages/napalm/pyIOSXR/__pycache__
/usr/lib/python3.11/site-packages/napalm/pyIOSXR/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/napalm/pyIOSXR/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/napalm/pyIOSXR/__pycache__/exceptions.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/napalm/pyIOSXR/__pycache__/exceptions.cpython-311.pyc
/usr/lib/python3.11/site-packages/napalm/pyIOSXR/__pycache__/iosxr.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/napalm/pyIOSXR/__pycache__/iosxr.cpython-311.pyc
/usr/lib/python3.11/site-packages/napalm/pyIOSXR/exceptions.py
/usr/lib/python3.11/site-packages/napalm/pyIOSXR/iosxr.py
/usr/share/doc/packages/python311-napalm
/usr/share/doc/packages/python311-napalm/README.md
/usr/share/licenses/python311-napalm
/usr/share/licenses/python311-napalm/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 12:43:14 2024