aboutsummaryrefslogtreecommitdiffstats
path: root/extras/hs-test/topo-network/ns.yaml
blob: 018c329f77e9f4bc8c38ae019fced57322c0b37a (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: "cln"
    type: "netns"

  - name: "srv"
    type: "netns"

  - name: "hclnvpp"
    type: "veth"
    peer:
      name: "cln"
      netns: "cln"
      ip4:
        network: 1

  - name: "hsrvvpp"
    type: "veth"
    peer:
      name: "srv"
      netns: "srv"
      ip4:
        network: 2