X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2Fautogen%2FRegenerator.py;h=c8cb9c0d02cd4ceea0fbbdaac38c5c371a8b1486;hp=c2df94c4cf474216ddde7b3d9138e28f0426c836;hb=1fea09e6c0634ea7f02f9b94883a8261ff3769b1;hpb=0a244598ba87a339fd7590f2e42dcc507e9a098c diff --git a/resources/libraries/python/autogen/Regenerator.py b/resources/libraries/python/autogen/Regenerator.py index c2df94c4cf..c8cb9c0d02 100644 --- a/resources/libraries/python/autogen/Regenerator.py +++ b/resources/libraries/python/autogen/Regenerator.py @@ -115,6 +115,9 @@ class Regenerator(object): if "vic1227" in iface: # Not supported in HW. emit = False + if "vic1385" in iface: + # Not supported in HW. + emit = False if "avf" in suite_id: # Not supported by AVF driver. # https://git.fd.io/vpp/tree/src/plugins/avf/README.md