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

@@ -1,3 +1,9 @@
2.027005_002 - 2014-05-22
[BUG FIXES]
* Unrouted VLAN interfaces have numbers on Cisco - ignore them
2.027005_001 - 2014-05-21 2.027005_001 - 2014-05-21
[ENHANCEMENTS] [ENHANCEMENTS]

View File

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