diff options
Diffstat (limited to 'include/linux/skbuff.h')
-rw-r--r-- | include/linux/skbuff.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h index 66e374d62f64..f15154a879c7 100644 --- a/include/linux/skbuff.h +++ b/include/linux/skbuff.h | |||
@@ -176,6 +176,7 @@ struct nf_bridge_info { | |||
176 | struct net_device *physindev; | 176 | struct net_device *physindev; |
177 | struct net_device *physoutdev; | 177 | struct net_device *physoutdev; |
178 | char neigh_header[8]; | 178 | char neigh_header[8]; |
179 | __be32 ipv4_daddr; | ||
179 | }; | 180 | }; |
180 | #endif | 181 | #endif |
181 | 182 | ||