From 11b389f21e4531c23fb8a8474bc8fc7ac2e136a5 Mon Sep 17 00:00:00 2001 From: Hani Benhabiles Date: Wed, 7 May 2014 23:41:32 +0100 Subject: monitor: Add netdev_del id argument completion. Signed-off-by: Hani Benhabiles Reviewed-by: Stefan Hajnoczi Signed-off-by: Luiz Capitulino --- hmp-commands.hx | 1 + 1 file changed, 1 insertion(+) (limited to 'hmp-commands.hx') diff --git a/hmp-commands.hx b/hmp-commands.hx index a7f9b2fd89..2e462c04aa 100644 --- a/hmp-commands.hx +++ b/hmp-commands.hx @@ -1252,6 +1252,7 @@ ETEXI .params = "id", .help = "remove host network device", .mhandler.cmd = hmp_netdev_del, + .command_completion = netdev_del_completion, }, STEXI -- cgit 1.4.1