From: Philippe Antoine Date: Mon, 11 Oct 2021 15:42:44 +0000 (+0200) Subject: Adds a hostname check to http-ipv6 test X-Git-Tag: suricata-6.0.4^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48621db880a4254d4f7182307f4fe3b49d059a37;p=thirdparty%2Fsuricata-verify.git Adds a hostname check to http-ipv6 test --- diff --git a/tests/http-ipv6/test.yaml b/tests/http-ipv6/test.yaml index 6e9317596..16a545dfc 100644 --- a/tests/http-ipv6/test.yaml +++ b/tests/http-ipv6/test.yaml @@ -16,3 +16,8 @@ checks: count: 0 match: event_type: alert + - filter: + count: 1 + match: + event_type: http + http.hostname: "[::1]"