The following patches implement APIs for performing as a protocol
daemon of Quagga such as "ripd", "ospfd", "bgpd", for example.
And also include a sample application using this APIs.

IWASE Yusuke (2):
  Implement Zebra protocol client service
  zebra: Add sample application for Zebra client service

 ryu/flags.py                                       |  32 +-
 ryu/lib/packet/zebra.py                            |   2 +
 ryu/services/protocols/zebra/__init__.py           |  18 ++
 ryu/services/protocols/zebra/client/__init__.py    |  20 ++
 ryu/services/protocols/zebra/client/event.py       |  46 +++
 .../protocols/zebra/client/sample_dumper.py        |  53 ++++
 ryu/services/protocols/zebra/client/zclient.py     | 345 +++++++++++++++++++++
 ryu/services/protocols/zebra/event.py              | 122 ++++++++
 8 files changed, 637 insertions(+), 1 deletion(-)
 create mode 100644 ryu/services/protocols/zebra/__init__.py
 create mode 100644 ryu/services/protocols/zebra/client/__init__.py
 create mode 100644 ryu/services/protocols/zebra/client/event.py
 create mode 100644 ryu/services/protocols/zebra/client/sample_dumper.py
 create mode 100644 ryu/services/protocols/zebra/client/zclient.py
 create mode 100644 ryu/services/protocols/zebra/event.py

-- 
2.7.4


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to