I know a veth pair can be created to used communicate between docker container and host:
ip link add veth0 type veth peer name veth1 netns test
But I just want to known if there a simple way to make the vitual ethernet to a ppp interface?
Thank you very much.