summaryrefslogtreecommitdiffstats
path: root/extras/hs-test/topo-network/2peerVeth.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'extras/hs-test/topo-network/2peerVeth.yaml')
-rwxr-xr-xextras/hs-test/topo-network/2peerVeth.yaml24
1 files changed, 24 insertions, 0 deletions
diff --git a/extras/hs-test/topo-network/2peerVeth.yaml b/extras/hs-test/topo-network/2peerVeth.yaml
new file mode 100755
index 00000000000..e62e1739a15
--- /dev/null
+++ b/extras/hs-test/topo-network/2peerVeth.yaml
@@ -0,0 +1,24 @@
+---
+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
+