device: Added bad_if_regexp to filter out some interfaces that are always down in edgeos (#7691)

This commit is contained in:
crcro
2017-11-09 22:05:03 +02:00
committed by Neil Lathwood
parent a14539a55a
commit b0dca5ba7e

View File

@@ -11,3 +11,8 @@ discovery:
- sysDescr_regex:
- '/^EdgeOS/'
- '/^EdgeRouter/'
bad_if_regexp:
- '/^npi[0-9]/'
- '/^loop[0-9]/'
- '/^gre[0-9]/'
- '/^gretap[0-9]/'