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

  - name: "server"
    type: "netns"

  - name: "hst_client_vpp"
    type: "veth"
    peer:
      name: "client"
      netns: "client"
      ip4: true

  - name: "hst_server_vpp"
    type: "veth"
    peer:
      name: "server"
      netns: "server"
      ip4: true