mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-02 04:12:51 +02:00
f3016ce71f
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11213 3c298f89-4303-0410-b956-a3cf2f4a3e73
17 lines
763 B
Diff
17 lines
763 B
Diff
Index: linux-2.4.35.4/include/linux/sockios.h
|
|
===================================================================
|
|
--- linux-2.4.35.4.orig/include/linux/sockios.h
|
|
+++ linux-2.4.35.4/include/linux/sockios.h
|
|
@@ -68,6 +68,11 @@
|
|
|
|
#define SIOCGIFBR 0x8940 /* Bridging support */
|
|
#define SIOCSIFBR 0x8941 /* Set bridging options */
|
|
+#define SIOCBRADDBR 0x89a0 /* create new bridge device */
|
|
+#define SIOCBRDELBR 0x89a1 /* remove bridge device */
|
|
+#define SIOCBRADDIF 0x89a2 /* add interface to bridge */
|
|
+#define SIOCBRDELIF 0x89a3 /* remove interface from bridge */
|
|
+
|
|
|
|
#define SIOCGIFTXQLEN 0x8942 /* Get the tx queue length */
|
|
#define SIOCSIFTXQLEN 0x8943 /* Set the tx queue length */
|