Joey Armstrong | 2ff3a76 | 2024-04-16 18:03:56 -0400 | [diff] [blame^] | 1 | --- |
| 2 | |
| 3 | # Contains a description of the services that needs to be created for each |
| 4 | # UNI and the corresponding tagging scheme |
Matteo Scandolo | 4a03626 | 2020-08-17 15:56:13 -0700 | [diff] [blame] | 5 | |
Andrea Campanella | aa2883e | 2020-09-10 14:00:33 +0200 | [diff] [blame] | 6 | # DT |
| 7 | workflow: dt |
Matteo Scandolo | 4a03626 | 2020-08-17 15:56:13 -0700 | [diff] [blame] | 8 | services: |
Joey Armstrong | 2ff3a76 | 2024-04-16 18:03:56 -0400 | [diff] [blame^] | 9 | - name: hsia |
| 10 | uni_tag_match: 4096 |
| 11 | c_tag: 4096 |
| 12 | c_tag_allocation: shared |
| 13 | s_tag: 900 |
| 14 | s_tag_allocation: unique |
| 15 | tp_id: 64 |
| 16 | |
| 17 | # ----------------------------------------------------------------------- |
| 18 | # Copyright 2020-2024 Open Networking Foundation Contributors |
| 19 | # |
| 20 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 21 | # you may not use this file except in compliance with the License. |
| 22 | # You may obtain a copy of the License at |
| 23 | # |
| 24 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 25 | # |
| 26 | # Unless required by applicable law or agreed to in writing, software |
| 27 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 28 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 29 | # See the License for the specific language governing permissions and |
| 30 | # limitations under the License. |
| 31 | # ----------------------------------------------------------------------- |
| 32 | # SPDX-FileCopyrightText: 2020-2024 Open Networking Foundation Contributors |
| 33 | # SPDX-License-Identifier: Apache-2.0 |
| 34 | # ----------------------------------------------------------------------- |