Messages in this thread Patch in this message |  | | Date | Thu, 19 Dec 1996 17:39:41 +0100 | From | Guilhem Lavaux <> | Subject | Symbols missing in netsyms.c |
| |
Hi !
I'm using Linux 2.1.16 and the neighbour discovering symbols are missing. They are used by IPV6. Here's a patch to add them.
Guilhem. -- -----------------------------------| | /-\ LAVAUX Yves & Guilhem | | / \ /-\ | |-/ \ / \ /------------| | \ / \-/ | | \-/ ylavaux@pratique.fr | -----------------------------------| --- linux/net/netsyms.c.old Thu Dec 19 17:29:32 1996 +++ linux/net/netsyms.c Thu Dec 19 17:37:35 1996 @@ -97,6 +97,15 @@ X(skb_realloc_headroom), X(datagram_select), + /* Neighbour discovering */ + X(neigh_table_ins), + X(neigh_tbl_run_bh), + X(neigh_alloc), + X(neigh_table_init), + X(ntbl_walk_table), + X(neigh_queue_ins), + X(neigh_lookup), + /* ?? needed by smbfs.o */ X(__scm_destroy), X(__scm_send), |  |