diff options
Diffstat (limited to 'resources/libraries/python')
-rw-r--r-- | resources/libraries/python/autogen/Regenerator.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/resources/libraries/python/autogen/Regenerator.py b/resources/libraries/python/autogen/Regenerator.py index fc8932dcb5..eb5f9bda68 100644 --- a/resources/libraries/python/autogen/Regenerator.py +++ b/resources/libraries/python/autogen/Regenerator.py @@ -114,7 +114,8 @@ def add_default_testcases(testcase, iface, suite_id, file_out, tc_kwargs_list): # Not supported in HW. emit = False if "ipsec" in suite_id: - # Not supported in ipsec + # IPsec code does not support chained buffers. + # Tracked by Jira ticket VPP-1207. emit = False if "-16vm2t-" in suite_id or "-16dcr2t-" in suite_id: if kwargs["phy_cores"] > 3: |