nmstate/examples/veth1_absent.yml
Fernando Fernandez Mancera c22e386773 veth: support configuring veth interfaces
Nmstate is adding support to veth interfaces. Before, Nmstate was
considering veth interfaces as Ethernet interfaces, in order to do not
break backward compatibility with NetworkManager 1.30 or lower.

Test cases added.

Signed-off-by: Fernando Fernandez Mancera <ffmancera@riseup.net>
2021-01-07 10:17:23 +08:00

9 lines
118 B
YAML

---
interfaces:
- name: veth1
type: veth
state: absent
- name: veth1peer
type: veth
state: absent