netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Network namespace and tc?
@ 2008-02-13 23:59 Stephen Hemminger
  2008-02-14  8:07 ` Denis V. Lunev
  0 siblings, 1 reply; 3+ messages in thread
From: Stephen Hemminger @ 2008-02-13 23:59 UTC (permalink / raw)
  To: netdev

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?

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-02-14  8:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-13 23:59 Network namespace and tc? Stephen Hemminger
2008-02-14  8:07 ` Denis V. Lunev
2008-02-14  8:37   ` Daniel Lezcano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).