Re: [ovs-dev] [PATCH] datapath: IFF_BRIDGE_PORT is backported by Centos 5.6.

2011-09-21 Thread Jesse Gross
On Wed, Sep 21, 2011 at 1:08 PM, Ben Pfaff wrote: > On Wed, Sep 21, 2011 at 12:48:54PM -0700, Jesse Gross wrote: >> Some versions of Centos 5.6 backport the flag IFF_BRIDGE_PORT >> without the associated rx_handler changes, so this changes to >> use a version check since we really don't care about

Re: [ovs-dev] [PATCH] datapath: IFF_BRIDGE_PORT is backported by Centos 5.6.

2011-09-21 Thread Ben Pfaff
On Wed, Sep 21, 2011 at 12:48:54PM -0700, Jesse Gross wrote: > Some versions of Centos 5.6 backport the flag IFF_BRIDGE_PORT > without the associated rx_handler changes, so this changes to > use a version check since we really don't care about the actual > symbol. > > Reported-by: Srinivasan Ramas

[ovs-dev] [PATCH] datapath: IFF_BRIDGE_PORT is backported by Centos 5.6.

2011-09-21 Thread Jesse Gross
Some versions of Centos 5.6 backport the flag IFF_BRIDGE_PORT without the associated rx_handler changes, so this changes to use a version check since we really don't care about the actual symbol. Reported-by: Srinivasan Ramasubramanian Signed-off-by: Jesse Gross --- datapath/vport-netdev.c |