datapath: Revert "datapath: Constify netlink structs."
authorPravin B Shelar <pshelar@nicira.com>
Wed, 5 Aug 2015 01:07:27 +0000 (18:07 -0700)
committerPravin B Shelar <pshelar@nicira.com>
Wed, 5 Aug 2015 17:44:04 +0000 (10:44 -0700)
commit18fd3a521b3f05ea3e3ca2cf7280b7531e55210b
treebf468406e26a8e06ad6701af6dd27a97ccbde3e9
parent2aca813cf4dfd870232d708cda34017e3888333f
datapath: Revert "datapath: Constify netlink structs."

This reverts commit 2023bdcfc44c149a8e3b38dcde8f04f2ec3f8501.
This commit is causing segfaults when genl compat code is in use.

Compat code update genl_multicast_group and genl_family type objects.
Therefore these can not be const.

Signed-off-by: Pravin B Shelar <pshelar@nicira.com>
Acked-by: Joe Stringer <joestringer@nicira.com>
datapath/datapath.c
datapath/datapath.h