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