From c96e724b48fabf7f8e7dcf0f763cde12563fb678 Mon Sep 17 00:00:00 2001 From: Bart De Schuymer Date: Sat, 24 Aug 2002 16:23:01 +0000 Subject: *** empty log message *** --- br-nf-bds/linux/include/linux/skbuff.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'br-nf-bds/linux/include/linux/skbuff.h') diff --git a/br-nf-bds/linux/include/linux/skbuff.h b/br-nf-bds/linux/include/linux/skbuff.h index 257b586..5a6ce25 100644 --- a/br-nf-bds/linux/include/linux/skbuff.h +++ b/br-nf-bds/linux/include/linux/skbuff.h @@ -135,8 +135,10 @@ struct sk_buff { struct sock *sk; /* Socket we are owned by */ struct timeval stamp; /* Time we arrived */ struct net_device *dev; /* Device we arrived on/are leaving by */ +#ifdef CONFIG_BRIDGE_NF struct net_device *physindev; /* Physical device we arrived on */ struct net_device *physoutdev; /* Physical device we will leave by */ +#endif /* Transport layer header */ union -- cgit v1.2.3