--- iproute2-2.6.11/tc/m_mirred.c 2005/03/25 12:32:39 1.2 +++ iproute2-2.6.11/tc/m_mirred.c 2005/03/25 12:34:05 @@ -263,7 +263,10 @@ } p = RTA_DATA(tb[TCA_MIRRED_PARMS]); + /* ll_init_map(&rth); + */ + if ((dev = ll_index_to_name(p->ifindex)) == 0) { fprintf(stderr, "Cannot find device %d\n", p->ifindex);