diff options
Diffstat (limited to 'resources/libraries/python/autogen')
-rw-r--r-- | resources/libraries/python/autogen/Regenerator.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/libraries/python/autogen/Regenerator.py b/resources/libraries/python/autogen/Regenerator.py index 1c265c3f3c..c0937df4e8 100644 --- a/resources/libraries/python/autogen/Regenerator.py +++ b/resources/libraries/python/autogen/Regenerator.py @@ -97,7 +97,7 @@ class Regenerator(object): if kwargs["framesize"] == 9000 and "vic1227" in iface: # Not supported in HW. pass - else if kwargs["framesize"] == 9000 and "avf" in suite_id: + elif kwargs["framesize"] == 9000 and "avf" in suite_id: # Not supported by AVF driver. # https://git.fd.io/vpp/tree/src/plugins/avf/README.md pass |