blob: 67ad6ab6ce080e6006242b974146efcdcda491a3 [file] [log] [blame]
Elia Battistona1333642022-07-27 12:17:24 +00001<!--
2~ Copyright 2022-present Open Networking Foundation
3~
4~ Licensed under the Apache License, Version 2.0 (the "License");
5~ you may not use this file except in compliance with the License.
6~ You may obtain a copy of the License at
7~
8~ http://www.apache.org/licenses/LICENSE-2.0
9~
10~ Unless required by applicable law or agreed to in writing, software
11~ distributed under the License is distributed on an "AS IS" BASIS,
12~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13~ See the License for the specific language governing permissions and
14~ limitations under the License.
15-->
16
17<!-- Removes the ATT HSIA service defined in the default deployment of BBSIM -->
18
19<vlan-translation-profiles xmlns="urn:bbf:yang:bbf-l2-access-attributes">
20 <vlan-translation-profile xmlns:xc="urn:ietf:params:xml:ns:netconf:base:1.0" xc:operation="delete">
21 <name>BBSM000a0001-1-hsia</name>
22 </vlan-translation-profile>
23</vlan-translation-profiles>
24<service-profiles xmlns="urn:bbf:yang:bbf-nt-service-profile">
25 <service-profile xmlns:xc="urn:ietf:params:xml:ns:netconf:base:1.0" xc:operation="delete">
26 <name>BBSM000a0001-1-hsia</name>
27 </service-profile>
28</service-profiles>