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>
9 lines
118 B
YAML
9 lines
118 B
YAML
---
|
|
interfaces:
|
|
- name: veth1
|
|
type: veth
|
|
state: absent
|
|
- name: veth1peer
|
|
type: veth
|
|
state: absent
|