From 4d24c5c5fcdc76c5fab66349da114ce430b0b09c Mon Sep 17 00:00:00 2001 From: Tom Barbette Date: Tue, 22 Oct 2024 16:20:03 +0000 Subject: [PATCH] RSSHashSwitch: Switch element using the RSS software hash --- lib/ip6flowid.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/ip6flowid.cc b/lib/ip6flowid.cc index 39c14a0c0b..7924b70bd4 100644 --- a/lib/ip6flowid.cc +++ b/lib/ip6flowid.cc @@ -40,7 +40,6 @@ IP6FlowID::IP6FlowID(const Packet *p, bool reverse) assign(IP6Address(ip6h->ip6_dst), udph->uh_dport, IP6Address(ip6h->ip6_src), udph->uh_sport); } } else { - assert(IP_FIRSTFRAG(iph)); if (likely(!reverse)) assign(iph->ip_src, udph->uh_sport, iph->ip_dst, udph->uh_dport);