Linux Kernel Dummy Network Interface /drivers/net/dummy.c Network Namespace Research
When you work on Network Namespaces (which is a feature Linux Kernel provides), you usually create bunch of virtual ethernet ports called as veth interfaces. The veth interface itself is…