diff options
author | Maros Ondrejicka <mondreji@cisco.com> | 2023-02-21 10:53:20 +0100 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2023-02-21 18:40:49 +0000 |
commit | 300f70d3a3b09ed5d9371cb2936e72e1c01d042a (patch) | |
tree | 45a807706b009f800e4a8c4b6edd65fec8d99792 /extras/hs-test/topo-network/ns.yaml | |
parent | 7c06b5790d879c216ad27f8e281789b35858db43 (diff) |
hs-test: clean-up ip address generation
Type: test
Signed-off-by: Maros Ondrejicka <mondreji@cisco.com>
Change-Id: I74c505920d1363d0ff2b3213fd831c181b70a173
Diffstat (limited to 'extras/hs-test/topo-network/ns.yaml')
-rw-r--r-- | extras/hs-test/topo-network/ns.yaml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/extras/hs-test/topo-network/ns.yaml b/extras/hs-test/topo-network/ns.yaml index c01836507a6..cf77f7e756b 100644 --- a/extras/hs-test/topo-network/ns.yaml +++ b/extras/hs-test/topo-network/ns.yaml @@ -11,11 +11,13 @@ devices: peer: name: "client" netns: "client" - ip4: true + ip4: + network: 1 - name: "hst_server_vpp" type: "veth" peer: name: "server" netns: "server" - ip4: true + ip4: + network: 2 |