Bug 949464

Summary: /usr/include/linux/if_bridge.h:172:20: error: field ‘ip6’ has incomplete type
Product: [Fedora] Fedora Reporter: Joel Rosdahl <joel>
Component: kernelAssignee: Kernel Maintainer List <kernel-maint>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 18CC: gansalmon, itamar, jonathan, kernel-maint, madhu.chinakonda
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-04-08 13:12:20 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Joel Rosdahl 2013-04-08 08:53:09 UTC
Description of problem:
#include <linux/if_bridge.h> results in this error:

/usr/include/linux/if_bridge.h:172:20: error: field ‘ip6’ has incomplete type

Version-Release number of selected component (if applicable):
kernel-headers-3.8.5-201.fc18.x86_64

How reproducible:
100%

Steps to Reproduce:
1. echo '#include <linux/if_bridge.h>' >if_bridge.c
2. gcc -c if_bridge.c
  
Actual results:
In file included from if_bridge.c:1:0:
/usr/include/linux/if_bridge.h:172:20: error: field ‘ip6’ has incomplete type

Expected results:
No error.


Additional info:
None.

Comment 1 Josh Boyer 2013-04-08 13:12:20 UTC

*** This bug has been marked as a duplicate of bug 895141 ***