Unrouted VLAN interfaces have numbers on Cisco - ignore them

This commit is contained in:
Oliver Gorwits
2014-05-22 15:59:22 +01:00
parent bcbb253b1a
commit 123c48a576
2 changed files with 7 additions and 1 deletions

View File

@@ -125,7 +125,7 @@ store_wireless_clients: true
store_modules: true
ignore_interfaces:
- 'EOBC'
- 'unrouted VLAN'
- 'unrouted VLAN(?: \d+)?'
- 'StackPort'
- 'Control Plane Interface'
- 'SPAN (S|R)P Interface'