patch-2.1.101 linux/net/netsyms.c

Next file: linux/net/packet/af_packet.c
Previous file: linux/net/netrom/af_netrom.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.100/linux/net/netsyms.c linux/net/netsyms.c
@@ -17,6 +17,10 @@
 #include <net/neighbour.h>
 #include <net/snmp.h>
 
+#ifdef CONFIG_BRIDGE
+#include <net/br.h>
+#endif
+
 #ifdef CONFIG_INET
 #include <linux/ip.h>
 #include <linux/etherdevice.h>
@@ -190,6 +194,10 @@
 EXPORT_SYMBOL(sklist_insert_socket);
 
 EXPORT_SYMBOL(scm_detach_fds);
+
+#ifdef CONFIG_BRIDGE 
+EXPORT_SYMBOL(br_ioctl);
+#endif
 
 #ifdef CONFIG_INET
 /* Internet layer registration */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov