Re: [ovs-dev] [PATCH] netdev-linux: Fix broken build on RHEL 6.

2011-09-22 Thread Ben Pfaff
Thanks, I pushed it. On Thu, Sep 22, 2011 at 12:30:29PM -0700, Justin Pettit wrote: > Assuming it fixes problems, it looks reasonable to me. > > --Justin > > > On Sep 22, 2011, at 11:54 AM, Ben Pfaff wrote: > > > Commit 00fa9d37c2b "Do not include net/ethernet.h and linux/if_tunnel.h" > > intr

Re: [ovs-dev] [PATCH] netdev-linux: Fix broken build on RHEL 6.

2011-09-22 Thread Justin Pettit
Assuming it fixes problems, it looks reasonable to me. --Justin On Sep 22, 2011, at 11:54 AM, Ben Pfaff wrote: > Commit 00fa9d37c2b "Do not include net/ethernet.h and linux/if_tunnel.h" > introduced a compile error on RHEL 6: > > lib/netdev-linux.c: In function 'netdev_linux_listen': > lib/net

[ovs-dev] [PATCH] netdev-linux: Fix broken build on RHEL 6.

2011-09-22 Thread Ben Pfaff
Commit 00fa9d37c2b "Do not include net/ethernet.h and linux/if_tunnel.h" introduced a compile error on RHEL 6: lib/netdev-linux.c: In function 'netdev_linux_listen': lib/netdev-linux.c:734: error: 'ETH_P_ALL' undeclared (first use in this function) This fixes the problem. I verified that the And