diff options
author | Martin Klozik <martinx.klozik@intel.com> | 2018-01-29 07:20:26 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-01-29 07:20:26 +0000 |
commit | a897b7bdc10e20db989d10ff7cdf8a14b5a5d517 (patch) | |
tree | 07dd9ad424ab7f16cd4e17ea8866c2d3e6e4a7c0 /tools/llc_management/__init__.py | |
parent | 52c154c463705b51c54d639026093ecd80c9a6b4 (diff) | |
parent | 7243bf4de72f4b795f08f6abe99e05da4c06491b (diff) |
Merge "llc-management: Support for LLC management with RMD"
Diffstat (limited to 'tools/llc_management/__init__.py')
-rw-r--r-- | tools/llc_management/__init__.py | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/tools/llc_management/__init__.py b/tools/llc_management/__init__.py new file mode 100644 index 00000000..4774dc93 --- /dev/null +++ b/tools/llc_management/__init__.py @@ -0,0 +1,17 @@ +# Copyright 2017-2018 Spirent Communications. +# +# 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. + +""" +Wrapper for RMD to perform LLC-Management +""" |