blob: cf77f7e756bf082c9874d512068205edc48ee34f [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 Ondrejicka300f70d2023-02-21 10:53:20 +010014 ip4:
15 network: 1
Filip Tehlar229f5fc2022-08-09 14:44:47 +000016
Maros Ondrejicka2908f8c2023-02-02 08:58:04 +010017 - name: "hst_server_vpp"
Filip Tehlar229f5fc2022-08-09 14:44:47 +000018 type: "veth"
19 peer:
20 name: "server"
21 netns: "server"
Maros Ondrejicka300f70d2023-02-21 10:53:20 +010022 ip4:
23 network: 2