0.17.2
new feature: configure default SNMP community (by jthurman)
+ new feature: "$untagged" autotag
update: show appropriate message, if a record cannot be found
update: add Cisco dictionary entry for WS-CBS3030-DEL. closes ticket 225 (by jthurman)
update: add OS, router, fibre switch dictionary entries for ticket 238 (by Aaron)
case (mb_ereg_match ('^\$fromvlan_[[:digit:]]+$', $expr['load'])):
case (mb_ereg_match ('^\$tovlan_[[:digit:]]+$', $expr['load'])):
case (mb_ereg_match ('^\$unmounted$', $expr['load'])):
+ case (mb_ereg_match ('^\$untagged$', $expr['load'])):
return array();
default:
return array (array
default: // HCF!
break;
}
+ if (!count ($cell['etags']))
+ $ret[] = array ('tag' => '$untagged');
return $ret;
}