summaryrefslogtreecommitdiff
path: root/docs/source/examples/v1arch/asyncore/manager/cmdgen/transport-tweaks.rst
diff options
context:
space:
mode:
authorelie <elie>2015-09-17 23:12:41 +0000
committerelie <elie>2015-09-17 23:12:41 +0000
commitb8f5951dd74f7857322854d1a633cb88d4b4ca07 (patch)
treeaefe7387bfcd13fda0afa728d0f4f28d57c5a63c /docs/source/examples/v1arch/asyncore/manager/cmdgen/transport-tweaks.rst
parent16d7c73f177f81d3090bcb11e97c80c9315a72c3 (diff)
downloadpysnmp-b8f5951dd74f7857322854d1a633cb88d4b4ca07.tar.gz
text and examples rearranged
Diffstat (limited to 'docs/source/examples/v1arch/asyncore/manager/cmdgen/transport-tweaks.rst')
-rw-r--r--docs/source/examples/v1arch/asyncore/manager/cmdgen/transport-tweaks.rst29
1 files changed, 29 insertions, 0 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>`.