Skip to content
Snippets Groups Projects
Commit ea759e7b authored by Nigel Kukard's avatar Nigel Kukard
Browse files

Fix bug in getting match priority

parent 8dd8ee4d
No related branches found
No related tags found
No related merge requests found
...@@ -483,7 +483,7 @@ sub _session_poolmember_add ...@@ -483,7 +483,7 @@ sub _session_poolmember_add
my $txInterface = getPoolTxInterface($pool->{'ID'}); my $txInterface = getPoolTxInterface($pool->{'ID'});
my $rxInterface = getPoolRxInterface($pool->{'ID'}); my $rxInterface = getPoolRxInterface($pool->{'ID'});
my $trafficPriority = getTrafficClassPriority($pool->{'ClassID'}); my $trafficPriority = getTrafficClassPriority($pool->{'ClassID'});
my $matchPriority = getPoolMemberMatchPriority($pool->{'ID'}); my $matchPriority = getPoolMemberMatchPriority($poolMember->{'ID'});
# Check if we have a entry for the /8, if not we must create our 2nd level hash table and link it # Check if we have a entry for the /8, if not we must create our 2nd level hash table and link it
if (!defined($tcFilterMappings->{$txInterface}->{'dst'}->{$matchPriority}->{$ip1})) { if (!defined($tcFilterMappings->{$txInterface}->{'dst'}->{$matchPriority}->{$ip1})) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment