commit | 11b389f21e4531c23fb8a8474bc8fc7ac2e136a5 | [log] [tgz] |
---|---|---|
author | Hani Benhabiles <[email protected]> | Wed May 07 23:41:32 2014 +0100 |
committer | Luiz Capitulino <[email protected]> | Thu May 15 15:16:02 2014 -0400 |
tree | a1b0a07ed577464eb72916ef7d57c68ffce24c31 | |
parent | b162b49adc4cc6aa2c2ed0a31998f23dfe5983e6 [diff] [blame] |
monitor: Add netdev_del id argument completion. Signed-off-by: Hani Benhabiles <[email protected]> Reviewed-by: Stefan Hajnoczi <[email protected]> Signed-off-by: Luiz Capitulino <[email protected]>
diff --git a/hmp-commands.hx b/hmp-commands.hx index a7f9b2f..2e462c0 100644 --- a/hmp-commands.hx +++ b/hmp-commands.hx
@@ -1252,6 +1252,7 @@ .params = "id", .help = "remove host network device", .mhandler.cmd = hmp_netdev_del, + .command_completion = netdev_del_completion, }, STEXI