diff -Nru linux-2.4.36.6.a/net/atm/clip.c linux-2.4.36.6.b/net/atm/clip.c --- linux-2.4.36.6.a/net/atm/clip.c 2008-06-06 18:25:34.000000000 +0200 +++ linux-2.4.36.6.b/net/atm/clip.c 2010-04-07 21:33:38.000000000 +0200 @@ -277,7 +277,7 @@ static struct neigh_ops clip_neigh_ops = { - family: AF_INET, + family: AF_ATMPVC, destructor: clip_neigh_destroy, solicit: clip_neigh_solicit, error_report: clip_neigh_error, @@ -316,7 +316,7 @@ static struct neigh_table clip_tbl = { NULL, /* next */ - AF_INET, /* family */ + AF_ATMPVC, /* family */ sizeof(struct neighbour)+sizeof(struct atmarp_entry), /* entry_size */ 4, /* key_len */ clip_hash,