From 9b0754944f2694ae3635f48c48787937a8e98486 Mon Sep 17 00:00:00 2001 From: FUJITA Tomonori Date: Sun, 22 Jun 2014 12:59:30 +0900 Subject: bgp: fix example code Signed-off-by: FUJITA Tomonori --- doc/source/library_bgp_speaker.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3