hs-test: remove exec flags from source files
[vpp.git] / extras / hs-test / topo-network / 2peerVeth.yaml
1 ---
2 devices:
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
24