commit | cb8ac8872af1c5088c0bca427014c57f19f4715d | [log] [tgz] |
---|---|---|
author | William <bjlinan@cn.ibm.com> | Thu Dec 31 19:15:17 2015 +0800 |
committer | Nan Li <bjlinan@cn.ibm.com> | Mon Feb 01 14:29:04 2016 +0800 |
tree | 1ff2593690e490ef0990b875862975945cfedf4e | |
parent | 83371df275afea1dd369fc338ccdf57e70cb243b [diff] |
Add ipmi coldReset command, which call a dbus method, belongs to NETFUN_APP. 1. A method dbus_warm_reset() to talk with the dbus method 'warmRest'; 2. Also get service name by ipmid_get_sd_bus_connection() instead of object_mapper_get_connection(); 3. Register the ipmi command; 4. Add related .o to the Makefile; 5. Add wildcard function.