blob: 6f72ab141861a847b01aa49208e784862dc1de24 [file] [log] [blame]
/*
* Copyright 2015 Open Networking Laboratory
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* Experimental extension to the flow rule subsystem; still under development.
* <p>
* This package is an extension for the current ONOS flow rule API.
* Its main purpose is to support external applications to push service data to network elements.
* The service data could be any kind of service related data or commands required for corresponding service
* setup and other operations as defined by application and its communicating device.
* </p>
*/
package org.onosproject.net.flowext;