Accessing TAP interfaces on Host Machine

Hi All,

I have an application running inside container that creates multiple tap interface in container itself. Each container has some IP address assigned to it.

My host will receive packets destined to the tap interface. I can forward the packet to veth interface and then forward to specific tap interface but i want to know if there is a way if i can expose the tap interface on the host machine itself and can send packet directly to the tap interface.

I have tried to explore namespace but couldn’t exactly able to work out.

Appreciate your help.

Thanks
Ankit