Signed-off-by: Isaku Yamahata <[email protected]> --- ryu/services/snmp/mibs/instances/__RYU-MIB.py | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 ryu/services/snmp/mibs/instances/__RYU-MIB.py
diff --git a/ryu/services/snmp/mibs/instances/__RYU-MIB.py b/ryu/services/snmp/mibs/instances/__RYU-MIB.py new file mode 100644 index 0000000..faa055c --- /dev/null +++ b/ryu/services/snmp/mibs/instances/__RYU-MIB.py @@ -0,0 +1,17 @@ +# Copyright (C) 2013 Nippon Telegraph and Telephone Corporation. +# Copyright (C) 2013 Isaku Yamahata <yamahata at private email ne jp> +# +# 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. + +# nothing yet -- 1.7.10.4 ------------------------------------------------------------------------------ AlienVault Unified Security Management (USM) platform delivers complete security visibility with the essential security capabilities. Easily and efficiently configure, manage, and operate all of your security controls from a single console and one unified framework. Download a free trial. http://p.sf.net/sfu/alienvault_d2d _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
