summaryrefslogtreecommitdiff
path: root/docs/source/examples
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/examples')
-rw-r--r--docs/source/examples/v1arch/asyncore/manager/cmdgen/transport-tweaks.rst29
-rw-r--r--docs/source/examples/v3arch/asyncore/agent/ntforg/snmp-v1-trap-variants.rst28
2 files changed, 29 insertions, 28 deletions
diff --git a/docs/source/examples/v1arch/asyncore/manager/cmdgen/transport-tweaks.rst b/docs/source/examples/v1arch/asyncore/manager/cmdgen/transport-tweaks.rst
new file mode 100644
index 0000000..cac5de9
--- /dev/null
+++ b/docs/source/examples/v1arch/asyncore/manager/cmdgen/transport-tweaks.rst
@@ -0,0 +1,29 @@
+.. toctree::
+ :maxdepth: 2
+
+Transport tweaks
+----------------
+
+.. include:: /../../examples/v1arch/asyncore/manager/cmdgen/spoof-source-address.py
+ :start-after: """
+ :end-before: """#
+
+.. literalinclude:: /../../examples/v1arch/asyncore/manager/cmdgen/spoof-source-address.py
+ :start-after: """#
+ :language: python
+
+:download:`Download</../../examples/v1arch/asyncore/manager/cmdgen/spoof-source-address.py>` script.
+
+
+.. include:: /../../examples/v1arch/asyncore/manager/cmdgen/broadcast-agent-discovery.py
+ :start-after: """
+ :end-before: """#
+
+.. literalinclude:: /../../examples/v1arch/asyncore/manager/cmdgen/broadcast-agent-discovery.py
+ :start-after: """#
+ :language: python
+
+:download:`Download</../../examples/v1arch/asyncore/manager/cmdgen/broadcast-agent-discovery.py>` script.
+
+
+See also: :doc:`library reference </docs/contents>`.
diff --git a/docs/source/examples/v3arch/asyncore/agent/ntforg/snmp-v1-trap-variants.rst b/docs/source/examples/v3arch/asyncore/agent/ntforg/snmp-v1-trap-variants.rst
deleted file mode 100644
index bab44c8..0000000
--- a/docs/source/examples/v3arch/asyncore/agent/ntforg/snmp-v1-trap-variants.rst
+++ /dev/null
@@ -1,28 +0,0 @@
-.. toctree::
- :maxdepth: 2
-
-SNMPv1 TRAP variants
---------------------
-
-.. include:: /../../examples/v3arch/asyncore/agent/ntforg/trap-v1-with-default-values.py
- :start-after: """
- :end-before: """#
-
-.. literalinclude:: /../../examples/v3arch/asyncore/agent/ntforg/trap-v1-with-default-values.py
- :start-after: """#
- :language: python
-
-:download:`Download</../../examples/v3arch/asyncore/agent/ntforg/trap-v1-with-default-values.py>` script.
-
-
-.. include:: /../../examples/v3arch/asyncore/agent/ntforg/trap-v1-with-custom-values.py
- :start-after: """
- :end-before: """#
-
-.. literalinclude:: /../../examples/v3arch/asyncore/agent/ntforg/trap-v1-with-custom-values.py
- :start-after: """#
- :language: python
-
-:download:`Download</../../examples/v3arch/asyncore/agent/ntforg/trap-v1-with-custom-values.py>` script.
-
-