neigh: Don't require dst in neigh_hh_init
[linux-2.6-block.git] / net / decnet / dn_neigh.c
index 7ca7c3143da332d567bd336197beff18ce210083..f123c6c6748c10b98e7e7500c108936dc634a128 100644 (file)
@@ -97,6 +97,7 @@ struct neigh_table dn_neigh_table = {
        .family =                       PF_DECnet,
        .entry_size =                   NEIGH_ENTRY_SIZE(sizeof(struct dn_neigh)),
        .key_len =                      sizeof(__le16),
+       .protocol =                     cpu_to_be16(ETH_P_DNA_RT),
        .hash =                         dn_neigh_hash,
        .constructor =                  dn_neigh_construct,
        .id =                           "dn_neigh_cache",