From what I managed to infer from the schema this config should work:
namespaces:test-ns:interfaces:- name:veth0link:kind:vethpeer:test-ns-veth0interfaces:- name:test-veth0link:kind:vethpeer:veth0peer_netns:test-ns
Though obviously peer_netns is not according to schema, therefore I'm not sure how to achieve what I want.
From what I managed to infer from the schema this config should work:
```yaml
namespaces:
test-ns:
interfaces:
- name: veth0
link:
kind: veth
peer: test-ns-veth0
interfaces:
- name: test-veth0
link:
kind: veth
peer: veth0
peer_netns: test-ns
```
Though obviously `peer_netns` is not according to schema, therefore I'm not sure how to achieve what I want.