Skip to content
This repository has been archived by the owner on May 15, 2019. It is now read-only.

Commit

Permalink
Added supported_models
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarrosop committed Jun 12, 2017
1 parent e781246 commit cc33734
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions napalm_yang/supported_models.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
SUPPORTED_MODELS = (
# module_name, models
("openconfig-interfaces", ["interfaces"]),
("openconfig-network-instance", ["network_instances"]),
("openconfig-platform", ["components"]),
("openconfig-vlan", ["vlans"]),
)

0 comments on commit cc33734

Please sign in to comment.