Signed-off-by: Isaku Yamahata <[email protected]>
---
Changes v1 -> v2:
- added ryu/services/snmp/mib and ryu/services/snmp/mib/instances
---
 ryu/services/snmp/__init__.py                |   15 +++++++++++++++
 ryu/services/snmp/mibs/__init__.py           |   15 +++++++++++++++
 ryu/services/snmp/mibs/instances/__init__.py |   15 +++++++++++++++
 3 files changed, 45 insertions(+)
 create mode 100644 ryu/services/snmp/__init__.py
 create mode 100644 ryu/services/snmp/mibs/__init__.py
 create mode 100644 ryu/services/snmp/mibs/instances/__init__.py

diff --git a/ryu/services/snmp/__init__.py b/ryu/services/snmp/__init__.py
new file mode 100644
index 0000000..340a423
--- /dev/null
+++ b/ryu/services/snmp/__init__.py
@@ -0,0 +1,15 @@
+# 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.
diff --git a/ryu/services/snmp/mibs/__init__.py 
b/ryu/services/snmp/mibs/__init__.py
new file mode 100644
index 0000000..340a423
--- /dev/null
+++ b/ryu/services/snmp/mibs/__init__.py
@@ -0,0 +1,15 @@
+# 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.
diff --git a/ryu/services/snmp/mibs/instances/__init__.py 
b/ryu/services/snmp/mibs/instances/__init__.py
new file mode 100644
index 0000000..340a423
--- /dev/null
+++ b/ryu/services/snmp/mibs/instances/__init__.py
@@ -0,0 +1,15 @@
+# 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.
-- 
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

Reply via email to