diff --git a/Netdisco/Changes b/Netdisco/Changes index 8b7e2a7f..daa5af2d 100644 --- a/Netdisco/Changes +++ b/Netdisco/Changes @@ -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 [ENHANCEMENTS] diff --git a/Netdisco/share/config.yml b/Netdisco/share/config.yml index 18fc4f94..49f8fc77 100644 --- a/Netdisco/share/config.yml +++ b/Netdisco/share/config.yml @@ -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'