diff options
author | Trond Myklebust <Trond.Myklebust@netapp.com> | 2006-03-23 23:44:19 -0500 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2006-03-23 23:44:19 -0500 |
commit | 1ebbe2b20091d306453a5cf480a87e6cd28ae76f (patch) | |
tree | f5cd7a0fa69b8b1938cb5a0faed2e7b0628072a5 /net/atm/clip.c | |
parent | ac58c9059da8886b5e8cde012a80266b18ca146e (diff) | |
parent | 674a396c6d2ba0341ebdd7c1c9950f32f018e2dd (diff) |
Merge branch 'linus'
Diffstat (limited to 'net/atm/clip.c')
-rw-r--r-- | net/atm/clip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/atm/clip.c b/net/atm/clip.c index 73370de97539..3ab4e7947bab 100644 --- a/net/atm/clip.c +++ b/net/atm/clip.c | |||
@@ -289,7 +289,6 @@ static void clip_neigh_error(struct neighbour *neigh,struct sk_buff *skb) | |||
289 | 289 | ||
290 | static struct neigh_ops clip_neigh_ops = { | 290 | static struct neigh_ops clip_neigh_ops = { |
291 | .family = AF_INET, | 291 | .family = AF_INET, |
292 | .destructor = clip_neigh_destroy, | ||
293 | .solicit = clip_neigh_solicit, | 292 | .solicit = clip_neigh_solicit, |
294 | .error_report = clip_neigh_error, | 293 | .error_report = clip_neigh_error, |
295 | .output = dev_queue_xmit, | 294 | .output = dev_queue_xmit, |
@@ -347,6 +346,7 @@ static struct neigh_table clip_tbl = { | |||
347 | /* parameters are copied from ARP ... */ | 346 | /* parameters are copied from ARP ... */ |
348 | .parms = { | 347 | .parms = { |
349 | .tbl = &clip_tbl, | 348 | .tbl = &clip_tbl, |
349 | .neigh_destructor = clip_neigh_destroy, | ||
350 | .base_reachable_time = 30 * HZ, | 350 | .base_reachable_time = 30 * HZ, |
351 | .retrans_time = 1 * HZ, | 351 | .retrans_time = 1 * HZ, |
352 | .gc_staletime = 60 * HZ, | 352 | .gc_staletime = 60 * HZ, |