os-ken/doc/source/library_mrt.rst
IWASE Yusuke f8fa7b68db doc: Add MRT file library reference
Signed-off-by: IWASE Yusuke <iwase.yusuke0@gmail.com>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2016-12-10 22:00:49 +09:00

586 B

MRT file library

Introduction

Ryu MRT file library helps you to read/write MRT (Multi-Threaded Routing Toolkit) Routing Information Export Format [RFC6396].

Reading MRT file

For loading the routing information contained in MRT files, you can use mrtlib.Reader.

ryu.lib.mrtlib.Reader

Writing MRT file

For dumping the routing information which your RyuApp generated, you can use mrtlib.Writer.

ryu.lib.mrtlib.Writer