blob: ae09455394f73673e1875c29fbda8f60cfd95488 [file] [log] [blame]
Carmelo Cascone8d99b172017-07-18 17:26:31 -04001/*
Carmelo Cascone99c59db2019-01-17 15:39:35 -08002 * Copyright 2019-present Open Networking Foundation
Carmelo Cascone8d99b172017-07-18 17:26:31 -04003 *
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
Carmelo Cascone8d99b172017-07-18 17:26:31 -040017/**
Carmelo Cascone4c289b72019-01-22 15:30:45 -080018 * Utility classes for the P4Runtime protocol subsystem.
Carmelo Cascone8d99b172017-07-18 17:26:31 -040019 */
Carmelo Cascone4c289b72019-01-22 15:30:45 -080020package org.onosproject.p4runtime.ctl.utils;