Files
vpp/extras/hs-test/topo-network/2peerVeth.yaml
adrianvillin fbf5f2b030 hs-test: shortened interface names to avoid character limit
Type: test

Change-Id: I09df597ccb8a3c4af47b8a36010afb81df533236
Signed-off-by: adrianvillin <avillin@cisco.com>
2024-02-15 18:35:34 +00:00

26 lines
369 B
YAML

---
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