Skip to content

Commit

Permalink
Merge "Fixes neighbor solicit issue in ubuntu/Centos"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and opencontrail-ci-admin committed Nov 19, 2014
2 parents c3c1a07 + 7b8bf4a commit 82330a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux/vr_host_interface.c
Original file line number Diff line number Diff line change
Expand Up @@ -1101,7 +1101,7 @@ linux_pull_outer_headers(struct sk_buff *skb)
icmph = (struct vr_icmp*) ((char *)ip6h + sizeof(struct ipv6hdr));
if (icmph->icmp_type == VR_ICMP6_TYPE_NEIGH_SOL) {
/* ICMP options size for neighbor solicit is 24 bytes */
offset += sizeof(struct vr_icmp) + 24;
offset += 24;

if (!pskb_may_pull(skb, offset))
goto pull_fail;
Expand Down

0 comments on commit 82330a6

Please sign in to comment.