From c55feb046a67e93047ea2cd2636deba03a0b716d Mon Sep 17 00:00:00 2001 From: gifrerenom <lluis.gifre@cttc.es> Date: Thu, 30 May 2024 12:52:42 +0000 Subject: [PATCH] Dataplane-in-a-box descriptors: - Added 3rd router CLI script --- dataplane-in-a-box/clab-cli-r3.sh | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100755 dataplane-in-a-box/clab-cli-r3.sh diff --git a/dataplane-in-a-box/clab-cli-r3.sh b/dataplane-in-a-box/clab-cli-r3.sh new file mode 100755 index 000000000..9d1b9b444 --- /dev/null +++ b/dataplane-in-a-box/clab-cli-r3.sh @@ -0,0 +1,16 @@ +#!/bin/bash +# Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +docker exec -it clab-arista-r3 Cli -- GitLab