aboutsummaryrefslogtreecommitdiffstats
path: root/extras/hs-test/topo/2peerVeth.yaml
blob: d40f38038795e6a9a51c6bae02c8e7593d51f50a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
devices:
  - name: "hsns"
    type: "netns"

  - name: "vppsrv"
    type: "veth"
    peer:
      name: "vppsrv_veth"
      netns: "hsns"

  - name: "vppcln"
    type: "veth"
    peer:
      name: "vppcln_veth"
      netns: "hsns"

  - name: "br"
    type: "bridge"
    netns: "hsns"
    interfaces:
      - vppsrv_veth
      - vppcln_veth