update: combined two forms on object properties page into one. closes tickets 36 and 87 (by Aaron)
bugfix: show error message if snmp module isn't loaded. closes ticket 43 (by Aaron)
bugfix: show error message for duplicate IPv4 network record
+ update: enable username handling in Cisco switch connector
0.16.4 2008-11-04
bugfix: display VS/RS config block in RS pool view
bugfix: resolve tabindex issues in many forms
# Don't be too smart at the moment, just be able to handle
# the known-good case ;-)
- echo $line | cut -s -d' ' -f6 > $CMDS1
+ username=`echo $line | cut -s -d' ' -f5`
+ [ "$username" != "-" ] && echo $username > $CMDS1
+ echo $line | cut -s -d' ' -f6 >> $CMDS1
echo en >> $CMDS1
echo $line | cut -s -d' ' -f7 >> $CMDS1
# same for ports
# S-T-A-R-T
switch1 telnet - - - password2 enablepassword
switch2 telnet - - - password enablepassword
+switch3 telnet - - username3 password3 enablepassword3
# S-T-O-P
?>