blob: c01836507a62df29598208c61210eaf57ebbdb1c [file] [log] [blame]
Filip Tehlar229f5fc2022-08-09 14:44:47 +00001---
2devices:
3 - name: "client"
4 type: "netns"
5
6 - name: "server"
7 type: "netns"
8
Maros Ondrejicka2908f8c2023-02-02 08:58:04 +01009 - name: "hst_client_vpp"
Filip Tehlar229f5fc2022-08-09 14:44:47 +000010 type: "veth"
11 peer:
12 name: "client"
13 netns: "client"
Maros Ondrejicka2908f8c2023-02-02 08:58:04 +010014 ip4: true
Filip Tehlar229f5fc2022-08-09 14:44:47 +000015
Maros Ondrejicka2908f8c2023-02-02 08:58:04 +010016 - name: "hst_server_vpp"
Filip Tehlar229f5fc2022-08-09 14:44:47 +000017 type: "veth"
18 peer:
19 name: "server"
20 netns: "server"
Maros Ondrejicka2908f8c2023-02-02 08:58:04 +010021 ip4: true