It looks like tc filter won't work on alternate namespaces: /* Add/change/delete/get a filter node */
static int tc_ctl_tfilter(struct sk_buff *skb, struct nlmsghdr *n, void *arg) { ... if (net != &init_net) return -EINVAL; Haven't played with namespace virtualization yet, but what else is not supported? Where is this documented? -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html