datapath: IFF_BRIDGE_PORT is backported by Centos 5.6.
authorJesse Gross <jesse@nicira.com>
Wed, 21 Sep 2011 19:41:52 +0000 (12:41 -0700)
committerJesse Gross <jesse@nicira.com>
Wed, 21 Sep 2011 19:41:52 +0000 (12:41 -0700)
commit2fb2cb980c4a0026cc64e693a92c349d4b4f4efe
tree2a06de39c08b37ec9e6a809d8704e2d4c00d0bee
parentf15c86394230974d0535c0f5913cc959f3d920f3
datapath: IFF_BRIDGE_PORT is backported by Centos 5.6.

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 <vrsrini@gmail.com>
Signed-off-by: Jesse Gross <jesse@nicira.com>
datapath/vport-netdev.c