From f8e9dba09bc41cb30de28bef4470a28313346482 Mon Sep 17 00:00:00 2001 From: Bence Romsics Date: Thu, 30 Mar 2023 14:22:21 +0200 Subject: [PATCH] port-hints: Retrofit spec to details changed during implementation Change-Id: Ibef6bab8aee22a4bcf107db006f6dd59f3e6a009 Related-Bug: #1990842 --- specs/2023.1/ovs-tx-steering.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/specs/2023.1/ovs-tx-steering.rst b/specs/2023.1/ovs-tx-steering.rst index 42e64b2a2..35bbae64f 100644 --- a/specs/2023.1/ovs-tx-steering.rst +++ b/specs/2023.1/ovs-tx-steering.rst @@ -100,13 +100,14 @@ API Impact ---------- Add a new admin_only field to the port resource called ``hints``. This -field can be present in GET, POST and PUT requests. For its semantics -please see above. +field can be present in GET, POST and PUT requests. This field cannot be +longer than 4095 characters. For its semantics please see above. DB Impact --------- -Extend the ``ports`` table with column ``hints``. +Introduce a new table ``porthints`` and autojoin it with it the ``ports`` +table. Client Impact -------------