Skip to content

Commit

Permalink
Fixing build errors observed in centos65/R2.21.x
Browse files Browse the repository at this point in the history
Removing the redundant code which also fixes the compilation
error observed while building vrouter on centos65 machine for R2.21.x
branch

Change-Id: I8645e9d7b4e7d6c675909ac66556f4c2bbd4eff1
Closes-Bug: #1531237
  • Loading branch information
ravi-bk committed Nov 15, 2016
1 parent b7abbd8 commit ddd0c0a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions linux/vr_host_interface.c
Expand Up @@ -136,10 +136,6 @@ vr_skb_get_rxhash(struct sk_buff *skb)
#if defined(RHEL_MAJOR) && defined(RHEL_MINOR) && \
(RHEL_MAJOR == 6) && (RHEL_MINOR >= 4)
return skb->rxhash;
#elif
return skb->hash;
#else
return 0;
#endif
#elif (LINUX_VERSION_CODE < KERNEL_VERSION(3,15,0))
#if defined(RHEL_MAJOR) && defined(RHEL_MINOR) && \
Expand Down

0 comments on commit ddd0c0a

Please sign in to comment.