forked from cjdoucette/ovs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
datapath: Revert "datapath: Constify netlink structs."
This reverts commit 2023bdc. 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 <[email protected]> Acked-by: Joe Stringer <[email protected]>
- Loading branch information
Pravin B Shelar
committed
Aug 5, 2015
1 parent
2aca813
commit 18fd3a5
Showing
2 changed files
with
13 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters