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

  - name: "vppsrv"
    type: "veth"
    preset-hw-address: "00:00:5e:00:53:01"
    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