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

  - name: "server"
    type: "netns"

  - name: "hst_client_vpp"
    type: "veth"
    peer:
      name: "client"
      netns: "client"
      ip4:
        network: 1

  - name: "hst_server_vpp"
    type: "veth"
    peer:
      name: "server"
      netns: "server"
      ip4:
        network: 2