projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f37bf8
)
bridge: include in6.h in if_bridge.h for struct in6_addr
author
Gregory Fong
<
[email protected]
>
Tue, 4 Nov 2014 19:21:21 +0000
(11:21 -0800)
committer
David S. Miller
<
[email protected]
>
Wed, 5 Nov 2014 22:13:34 +0000
(17:13 -0500)
if_bridge.h uses struct in6_addr ip6, but wasn't including the in6.h
header. Thomas Backlund originally sent a patch to do this, but this
revealed a redefinition issue: https://lkml.org/lkml/2013/1/13/116
The redefinition issue should have been fixed by the following Linux
commits:
ee262ad827f89e2dc7851ec2986953b5b125c6bc
inet: defines IPPROTO_* needed for module alias generation
cfd280c91253cc28e4919e349fa7a813b63e71e8
net: sync some IP headers with glibc
and the following glibc commit:
6c82a2f8d7c8e21e39237225c819f182ae438db3
Coordinate IPv6 definitions for Linux and glibc
so actually include the header now.
Reported-by: Colin Guthrie <
[email protected]
>
Reported-by: Christiaan Welvaart <
[email protected]
>
Reported-by: Thomas Backlund <
[email protected]
>
Cc: Florian Fainelli <
[email protected]
>
Cc: Cong Wang <
[email protected]
>
Cc: David Miller <
[email protected]
>
Signed-off-by: Gregory Fong <
[email protected]
>
Acked-by: Cong Wang <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
include/uapi/linux/if_bridge.h
patch
|
blob
|
history
diff --git
a/include/uapi/linux/if_bridge.h
b/include/uapi/linux/if_bridge.h
index 39f621a9fe826cb9a0eab487cd36a51aed5440ab..da17e456908d2d16d1500499858296a042b3186c 100644
(file)
--- a/
include/uapi/linux/if_bridge.h
+++ b/
include/uapi/linux/if_bridge.h
@@
-15,6
+15,7
@@
#include <linux/types.h>
#include <linux/if_ether.h>
+#include <linux/in6.h>
#define SYSFS_BRIDGE_ATTR "bridge"
#define SYSFS_BRIDGE_FDB "brforward"