blob: ba31f9d8baa651f3c2f7716fa693a61be9448f99 [file] [log] [blame]
Scott Baker14c8f182019-05-22 18:05:29 -07001#!/usr/bin/env sh
2# Portions copyright 2019-present Open Networking Foundation
3# Original copyright 2019-present Ciena Corporation
4#
5# Licensed under the Apache License, Version 2.0 (the "License");
6# you may not use this file except in compliance with the License.
7# You may obtain a copy of the License at
8#
9# http://www.apache.org/licenses/LICENSE-2.0
10#
11# Unless required by applicable law or agreed to in writing, software
12# distributed under the License is distributed on an "AS IS" BASIS,
13# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14for i in $(find /xos/v1 -name "*.proto"); do
15 sed -i -e 's/\[(child_node) = {}\]//g' $i
16done