diff --git a/shared/bin/suricata_config_populate.py b/shared/bin/suricata_config_populate.py index 9c53a6efe..b73e8b764 100755 --- a/shared/bin/suricata_config_populate.py +++ b/shared/bin/suricata_config_populate.py @@ -133,7 +133,7 @@ def __call__(self, repr, data): 'HTTP2_EVE_ENABLED': False, 'HTTP2_MAX_STREAMS': 4096, 'HTTP2_MAX_TABLE_SIZE': 65536, - 'HTTP2_MAX_REASSEMBLY_SIZE': 102400 + 'HTTP2_MAX_REASSEMBLY_SIZE': 102400, 'HTTP_ENABLED': True, 'HTTP_EVE_ENABLED': False, 'HTTP_EXTENDED': False,