diff options
author | Jan Gelety <jgelety@cisco.com> | 2020-04-28 14:22:36 +0200 |
---|---|---|
committer | Jan Gelety <jgelety@cisco.com> | 2020-04-28 14:22:36 +0200 |
commit | de3a83186108b8f217ad2f313f05fd04f7c0ddf7 (patch) | |
tree | 9251888fd4a7582df4347aa08e2122ae6b0f658f /resources/api/vpp | |
parent | 51b4c826796b9f1f3267a0d6a8f2ba796c24d8d4 (diff) |
FIX: crc for create_vhost_user_if
Change-Id: Ia43679c440da62ba44ad74d4c1eb9003b4ba0a63
Signed-off-by: Jan Gelety <jgelety@cisco.com>
Diffstat (limited to 'resources/api/vpp')
-rw-r--r-- | resources/api/vpp/supported_crcs.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/api/vpp/supported_crcs.yaml b/resources/api/vpp/supported_crcs.yaml index 8a59ef5de9..d2d3d0a245 100644 --- a/resources/api/vpp/supported_crcs.yaml +++ b/resources/api/vpp/supported_crcs.yaml @@ -320,7 +320,7 @@ create_subif_reply: '0x5383d31f' # perf # ^^ tc01-64B-1c-dot1ad-l2xcbase-mrr # ^ 3n: dot1adANDl2xcfwd - create_vhost_user_if: '0x591ee951' # dev + create_vhost_user_if: '0xc785c6fc' # dev create_vhost_user_if_reply: '0x5383d31f' # dev create_vlan_subif: '0xaf34ac8b' # dev create_vlan_subif_reply: '0x5383d31f' # dev |