linux-system-roles / network

An ansible role to configure networking
https://linux-system-roles.github.io/network/
BSD 3-Clause "New" or "Revised" License
224 stars 105 forks source link

Add support for veth pair #682

Open mnasiadka opened 3 months ago

mnasiadka commented 3 months ago

Currently the only supported veth is macvlan - not real veth pair like here: https://developers.redhat.com/blog/2018/10/22/introduction-to-linux-interfaces-for-virtual-networking#veth

Unless I'm mistaken of course.

liangwen12year commented 3 months ago

Do you try out the network_state, the veth type is supported in network_state, https://nmstate.io/examples.html#interfaces-veth.

liangwen12year commented 3 months ago

@mnasiadka ^^, in case that you did not see my comments.

mnasiadka commented 3 months ago

Thanks for tagging - missed that, will have a try tomorrow.