anton@ says the previous commit breaks ipv6 related regress tests.
disabling the use of the hash in the state key compare gets it going
again while i can figure out what's going on.
-/* $OpenBSD: pf.c,v 1.1161 2022/12/22 05:59:27 dlg Exp $ */
+/* $OpenBSD: pf.c,v 1.1162 2022/12/23 07:14:55 dlg Exp $ */
/*
* Copyright (c) 2001 Daniel Hartmeier
{
int diff;
+#if 0
if ((diff = a->hash - b->hash) != 0)
return (diff);
+#endif
if ((diff = a->proto - b->proto) != 0)
return (diff);
if ((diff = a->af - b->af) != 0)