os-ken/doc/source/library_mrt.rst
Hongbin Lu eb94ee01bc Rename "ryu" to "os_ken" everywhere
Change-Id: Id227a6672fb89cd512b17cddfb1fce7bb22fb0c8
2018-11-27 20:48:02 +00:00

597 B

MRT file library

Introduction

OS-Ken 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.

os_ken.lib.mrtlib.Reader

Writing MRT file

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

os_ken.lib.mrtlib.Writer