dropbox / nsot

Network Source of Truth is an open source IPAM and network inventory database
https://nsot.readthedocs.io
Other
399 stars 66 forks source link

Interface.type should accept and display a string representation #316

Open jathanism opened 6 years ago

jathanism commented 6 years ago

Right now it's integer only and this is super non-intuitive. We should be displaying and accepting the human-readable string representation of each defined interface type.

e.g. nsot interfaces update -i foo-bar1:eth0 -t ethernet etc..