add rflash => 'nodehm:mgt' to handled_commands()

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2566 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jjhua 2009-01-06 11:08:21 +00:00
parent 3cbf6542f0
commit 589fe6a0a2

View File

@ -20,7 +20,8 @@ sub handled_commands {
rscan => 'nodehm:mgt',
getmacs => 'nodehm:mgt',
rnetboot => 'nodehm:mgt',
rspconfig => 'nodehm:mgt'
rspconfig => 'nodehm:mgt',
rflash => 'nodehm:mgt'
};
}