patch-2.3.35 linux/include/linux/netdevice.h
Next file: linux/include/linux/openprom_fs.h
Previous file: linux/include/linux/irda.h
Back to the patch index
Back to the overall index
-  Lines: 10
-  Date:
Tue Dec 28 17:44:20 1999
-  Orig file: 
v2.3.34/linux/include/linux/netdevice.h
-  Orig date: 
Tue Nov 23 22:42:21 1999
diff -u --recursive --new-file v2.3.34/linux/include/linux/netdevice.h linux/include/linux/netdevice.h
@@ -293,6 +293,9 @@
 	/* Called after last user reference disappears. */
 	void			(*destructor)(struct net_device *dev);
 
+	/* Bridge stuff */
+	int			bridge_port_id;		
+	
 	/* Pointers to interface service routines.	*/
 	int			(*open)(struct net_device *dev);
 	int			(*stop)(struct net_device *dev);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)