blob: d40f38038795e6a9a51c6bae02c8e7593d51f50a [file] [log] [blame]
Filip Tehlar229f5fc2022-08-09 14:44:47 +00001---
2devices:
3 - name: "hsns"
4 type: "netns"
5
6 - name: "vppsrv"
7 type: "veth"
8 peer:
9 name: "vppsrv_veth"
10 netns: "hsns"
11
12 - name: "vppcln"
13 type: "veth"
14 peer:
15 name: "vppcln_veth"
16 netns: "hsns"
17
18 - name: "br"
19 type: "bridge"
20 netns: "hsns"
21 interfaces:
22 - vppsrv_veth
23 - vppcln_veth