Skip to content

Commit

Permalink
RSSHashSwitch: Switch element using the RSS software hash
Browse files Browse the repository at this point in the history
  • Loading branch information
tbarbette committed Oct 22, 2024
1 parent ae3f7de commit 4d24c5c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/ip6flowid.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 4d24c5c

Please sign in to comment.