All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* Steer packages to namespace interfaces inside bridge flow
@ 2016-08-15  8:11 Tugrul Erdogan
  0 siblings, 0 replies; only message in thread
From: Tugrul Erdogan @ 2016-08-15  8:11 UTC (permalink / raw
  To: netfilter

Hi all;

I have been trying to efficiently separate incoming traffic by
destination ip address to unique network namespaces.  Each namespaces
contain separated v-eth peer so I am trying to steer packages to the
v-eth nics on root namespace by destination ip address.

The problem is that I must use bridged interfaces because of I have no
attached ip at the interfaces so I can not use routing table mechanism
to steer packages.

I want to take your opinions about my solution. I am figuring out to
make a patch inside
br_handle_frame_finish( ) function before  br_forward( ) call. With
this modification I will change skb's net_bridge_port struct to
pointed interface so the packages will be steered to desired interface
inside bridge path.

At the same time; I want to get your alternative suggestions which
will be steer packages to network namespaces by their destination ip.

Thanks for your helps.
Kind regards,
Tugrul

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-08-15  8:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-15  8:11 Steer packages to namespace interfaces inside bridge flow Tugrul Erdogan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.