network namespace連接的4種方法及性能

veth pair # add the namespaces ip netns add ns1 ip netns add ns2 # create the veth pair ip link add tap1 type veth peer name tap2 # move the interfaces to the namespaces ip link set tap1 netns ns1 ip
相關文章
相關標籤/搜索