datapath: Fix br_nlmsg_size
authorPravin Shelar <pshelar@nicira.com>
Sat, 10 Sep 2011 00:07:35 +0000 (17:07 -0700)
committerPravin Shelar <pshelar@nicira.com>
Sat, 10 Sep 2011 00:07:35 +0000 (17:07 -0700)
commitf37c91c76785e335e9d89aa31a7f0ab290223193
tree368a6b5eeb3f9d29a4a1809590185e0220a8e2c8
parent2a477244f7479055bca01450eb61ae553a5108a4
datapath: Fix br_nlmsg_size

I missed this in last vport iflink patch.
    As IFLA_LINK is not be passed in netlink msg there is no need to
allocate space for it.

Signed-off-by: Pravin B Shelar <pshelar@nicira.com>
Acked-by: Jesse Gross <jesse@nicira.com>
datapath/datapath.c