# Qlogic switch device configuration
# Please follow the stanza format to add entry/value pair as shown below
# [main]
# EntryName=Value
[main]
# SSH key add command
ssh-setup-command=sshKey add
[dsh]
# Commands before remote command execution: e.g. export environment variable.
#   'NULL' means no pre command is needed.
pre-command=NULL
# Command used to show the return code of last command executed
#     'NULL' means no post command is needed.
# Note: the command output must be a numeric value in the last line.
# e.g.  # hello world!
#       # 0
post-command=showLastRetcode -brief
