aboutsummaryrefslogtreecommitdiffstats
path: root/extras/hs-test/topo-network/2peerVeth.yaml
blob: f991d8b37013b803b7c65a26621839a4bf0b6f4e (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: "srv"
    type: "veth"
    preset-hw-address: "00:00:5e:00:53:01"
    peer:
      name: "srv_veth"
      netns: "hsns"

  - name: "cln"
    type: "veth"
    peer:
      name: "cln_veth"
      netns: "hsns"

  - name: "br"
    type: "bridge"
    netns: "hsns"
    interfaces:
      - srv_veth
      - cln_veth