blob: 3ceb2b253fd0c806839b4f00246ed2a9e778a775 [file] [log] [blame]
mccd7e9502019-12-16 22:04:13 +00001#!/bin/bash
2
Dinesh Belwalkar6c0bc752020-04-24 23:47:53 +00003# Copyright 2018-present Open Networking Foundation
4# Copyright 2018-present Edgecore Networks Corporation
mccd7e9502019-12-16 22:04:13 +00005#
6# Licensed under the Apache License, Version 2.0 (the "License");
7# you may not use this file except in compliance with the License.
8# You may obtain a copy of the License at
9#
10# http://www.apache.org/licenses/LICENSE-2.0
11#
12# Unless required by applicable law or agreed to in writing, software
13# distributed under the License is distributed on an "AS IS" BASIS,
14# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15# See the License for the specific language governing permissions and
16# limitations under the License.
17
18./dm showdevices
Ubuntuf45d1aa2020-02-06 07:01:44 +000019./dm attach $1:$2:120 $3:$4:100
mccd7e9502019-12-16 22:04:13 +000020./dm showdevices
Ubuntuf45d1aa2020-02-06 07:01:44 +000021./dm delete $1:$2 $3:$4