diff options
author | Maros Ondrejicka <mondreji@cisco.com> | 2023-02-23 13:19:15 +0100 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2023-02-27 17:26:41 +0000 |
commit | 40cba405c5c06a3dc086a55143cb3ffd1094597e (patch) | |
tree | 0263e3834a316d73863b1a6cc2da9beac916ac45 /extras/hs-test/topo-network | |
parent | 9cb3e15c9f5b0eed296c3517c6475bd17a33441e (diff) |
hs-test: refactor netconfig
This joins separate representations of veth and tap interfaces
into a single struct. It removes the need for type interface
and embedding which simplifies the code.
Type: test
Signed-off-by: Maros Ondrejicka <mondreji@cisco.com>
Change-Id: I1b2c368bfe90a5bdfaaa9a5129c27d7d96f8fe3b
Diffstat (limited to 'extras/hs-test/topo-network')
-rw-r--r-- | extras/hs-test/topo-network/tap.yaml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/extras/hs-test/topo-network/tap.yaml b/extras/hs-test/topo-network/tap.yaml index 6f041325987..26481de703b 100644 --- a/extras/hs-test/topo-network/tap.yaml +++ b/extras/hs-test/topo-network/tap.yaml @@ -1,4 +1,10 @@ --- devices: - - name: "tap0" + - name: "hst_tap_host" type: "tap" + ip4: + network: 1 + peer: + name: "" + ip4: + network: 1 |