summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Houghton <alastair@coriolis-systems.com>2014-05-01 16:21:34 +0100
committerAlastair Houghton <alastair@coriolis-systems.com>2014-05-01 16:21:34 +0100
commit89a5880600a901af0ab19639a23db43cd32874df (patch)
tree656dc228bd3d4742b53ecc22b834f49717c8bffa
parentbf5c33af471dd221518b3d6ca94f98cfaf8448c7 (diff)
downloadnetifaces-89a5880600a901af0ab19639a23db43cd32874df.tar.gz
Added a note about the gateways() API.
-rw-r--r--README.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 135a552..3f8f3d0 100644
--- a/README.rst
+++ b/README.rst
@@ -145,6 +145,12 @@ the same address family, it's a very good idea to check the documentation for
your operating system *very* carefully, as some systems become extremely
confused or route packets in a non-obvious manner.
+I'm very interested in hearing from anyone (on any platform) for whom the
+``gateways()`` method doesn't produce the expected results. It's quite
+complicated extracting this information from the operating system (whichever
+operating system we're talking about), and so I expect there's at least one
+system out there where this just won't work.
+
3. This is great! What platforms does it work on?
--------------------------------------------------