![Filip Tehlar](/assets/img/avatar_default.png)
Type: feature Signed-off-by: Filip Tehlar <ftehlar@cisco.com> Change-Id: I5a64a2c095cae3a4d5f8fdc73e624b010339ec8e
24 lines
343 B
YAML
Executable File
24 lines
343 B
YAML
Executable File
---
|
|
devices:
|
|
- name: "hsns"
|
|
type: "netns"
|
|
|
|
- name: "vppsrv"
|
|
type: "veth"
|
|
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
|