diff options
-rw-r--r-- | doc/source/library_bgp_speaker.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/library_bgp_speaker.rst b/doc/source/library_bgp_speaker.rst index a03c91b5..d6c59429 100644 --- a/doc/source/library_bgp_speaker.rst +++ b/doc/source/library_bgp_speaker.rst @@ -22,7 +22,7 @@ instance advertizes some prefixes. import eventlet # BGPSpeaker needs sockets patched - eventlet.patch() + eventlet.monkey_patch() # initialize a log handler # this is not strictly necessary but useful if you get messages like: |