diff options
author | Vratko Polak <vrpolak@cisco.com> | 2021-09-06 12:54:35 +0200 |
---|---|---|
committer | Vratko Polak <vrpolak@cisco.com> | 2021-09-14 08:13:28 +0000 |
commit | a0364d85d9f9b28917168a0dde9c67ca5af4a6f8 (patch) | |
tree | b7b07a4074dffec9313f5353509927e8dfc6ad66 /resources/libraries/python/VhostUser.py | |
parent | 31fb6cc78ec42a05522f9849210e4f84313e1f88 (diff) |
API: Use newer message versions
Based on latest common ancestor of master and stable/2106:
1372178e0e674143bfec14b17050d5e92e4fcf1a
Only ipsec_sad_entry_add_del_v3 needs non-trivial argument edits.
Change-Id: I813367292a830e5a1fac765e9f24057b6b0192ee
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
Diffstat (limited to 'resources/libraries/python/VhostUser.py')
-rw-r--r-- | resources/libraries/python/VhostUser.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/libraries/python/VhostUser.py b/resources/libraries/python/VhostUser.py index c6b9185e14..e868938cd1 100644 --- a/resources/libraries/python/VhostUser.py +++ b/resources/libraries/python/VhostUser.py @@ -62,7 +62,7 @@ class VhostUser: :returns: SW interface index. :rtype: int """ - cmd = u"create_vhost_user_if" + cmd = u"create_vhost_user_if_v2" err_msg = f"Failed to create Vhost-user interface " \ f"on host {node[u'host']}" if virtio_feature_mask is None: |