diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2014-06-22 12:59:30 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2014-06-22 12:59:30 +0900 |
commit | 9b0754944f2694ae3635f48c48787937a8e98486 (patch) | |
tree | 393fbd9bc623675989620fa82f7a3e87d430b6cc /doc/source | |
parent | 602cf17b4012ab69bfcb71429dbba1652ea86e8f (diff) |
bgp: fix example code
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'doc/source')
-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: |