Skip to content

Commit

Permalink
Merge pull request ggiesen#23 from ggiesen/develop
Browse files Browse the repository at this point in the history
Merge develop to master
  • Loading branch information
ggiesen authored Jul 20, 2020
2 parents 0522968 + af14fcb commit 859a24c
Show file tree
Hide file tree
Showing 17 changed files with 1,205 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ NAPALM driver for Dell EMC Networking OS6 Operating System.
* get_facts
* get_interfaces
* get_lldp_neighbors
* get_bgp_neighbors \*needs additional testing, built based on descriptions in manual
* get_environment
* get_interfaces_counters
* get_lldp_neighbors_detail
Expand All @@ -21,9 +22,12 @@ NAPALM driver for Dell EMC Networking OS6 Operating System.
* get_interfaces_ip
* get_mac_address_table
* get_snmp_information
* ping
* get_users
* get_optics
* get_config
* get_network_instances
* get_ipv6_neighbors_table \*needs additional testing, built based on descriptions in manual
* get_vlans

### Missing APIs
Expand All @@ -35,18 +39,14 @@ NAPALM driver for Dell EMC Networking OS6 Operating System.
* commit_config
* discard_config
* rollback
* get_bgp_neighbors
* get_bgp_config
* get_bgp_neighbors_detail
* get_route_to
* get_probes_config
* get_probes_results
* ping
* traceroute
* get_optics
* get_firewall_policies
* get_ipv6_neighbors_table
* compliance_report

This driver is in the early stages, and is a work in progress. Feel free to submit a PR to add additional getters or better implementations of existing getters.
This driver is in the early stages, and is a work in progress. Feel free to submit a PR to add additional getters or better implementations of existing getters. Please create an issue (or comment on an existing issue) if you have problems with any of the implemented getters.

Loading

0 comments on commit 859a24c

Please sign in to comment.