diff options
Diffstat (limited to 'qapi/net.json')
-rw-r--r-- | qapi/net.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/qapi/net.json b/qapi/net.json index af3f5b0fda..7fab2e7cd8 100644 --- a/qapi/net.json +++ b/qapi/net.json @@ -55,7 +55,8 @@ # <- { "return": {} } # ## -{ 'command': 'netdev_add', 'data': 'Netdev', 'boxed': true } +{ 'command': 'netdev_add', 'data': 'Netdev', 'boxed': true, + 'allow-preconfig': true } ## # @netdev_del: @@ -75,7 +76,8 @@ # <- { "return": {} } # ## -{ 'command': 'netdev_del', 'data': {'id': 'str'} } +{ 'command': 'netdev_del', 'data': {'id': 'str'}, + 'allow-preconfig': true } ## # @NetLegacyNicOptions: |