From a526950e32406a256dbfb42c7d21977feb4ad103 Mon Sep 17 00:00:00 2001 From: Jakub Libosvar Date: Thu, 5 Nov 2020 14:44:52 +0100 Subject: [PATCH] ovn: Add a gap about e/w traffic fragmentation OVN doesn't implement the e/w traffic fragmentation and probably never will. Add the gap to our docs. Change-Id: Ib61279d49b460e8cc458d92795f4a73d0ac4bb5f Signed-off-by: Jakub Libosvar --- doc/source/ovn/gaps.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/source/ovn/gaps.rst b/doc/source/ovn/gaps.rst index 79b524af2b5..5fc6b75050c 100644 --- a/doc/source/ovn/gaps.rst +++ b/doc/source/ovn/gaps.rst @@ -78,6 +78,12 @@ at [1]_. routers have this capability implemented in [9]_ and we have an open RFE to fill this gap [10]_. +* East/West Fragmentation + + The core OVN implementation does not support east/west fragmentation. There is + no known production use-case for this feature hence we don't even have an RFE + open for it and it's not on the roadmap to be implemented. + References ----------