Skip to content

Commit

Permalink
Merge "Do not create new flows for ICMP6 errors" into R3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and opencontrail-ci-admin committed Jul 22, 2016
2 parents 2a218fe + 4928317 commit 7943125
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dp-core/vr_proto_ip6.c
Expand Up @@ -195,8 +195,7 @@ vr_inet6_form_flow(struct vrouter *router, unsigned short vrf,
return -1;
}

sport = flow_p->flow6_sport;
dport = flow_p->flow6_dport;
return 0;
} else if ((icmph->icmp_type == VR_ICMP6_TYPE_ECHO_REQ) ||
(icmph->icmp_type == VR_ICMP6_TYPE_ECHO_REPLY)) {
sport = icmph->icmp_eid;
Expand Down

0 comments on commit 7943125

Please sign in to comment.