deb-ryu/ryu
FUJITA Tomonori 03b42e23d4 add packet library
As discussed on the mailing list, there is no good packet library
(parses and builds various protocol packets). dpkt isn't flexible
enough (can't nicely handle stacked protocols such as vlan, mpls,
gre). NOX's one is nice but released under GPL3.

So we need our own packet library.

Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2012-08-21 18:52:15 +09:00
..
app simple_switch: remove outside module dependence 2012-07-19 14:59:58 +09:00
base enable applications to specify OF versions 2012-07-16 14:39:39 +09:00
controller controller: print backtrace when exception in addition to stacktrace 2012-08-20 11:25:06 +09:00
lib add packet library 2012-08-21 18:52:15 +09:00
ofproto of: Fix OFPEchoRequest serialize 2012-08-10 10:19:17 +09:00
tests test: add stats and config tests to integrated test suite 2012-08-20 09:52:23 +09:00
__init__.py Ryu 1.1 2012-07-30 20:05:59 +09:00
exception.py Switch to Apache 2.0 license 2012-04-06 08:38:45 +09:00
flags.py Switch to Apache 2.0 license 2012-04-06 08:38:45 +09:00
log.py Switch to Apache 2.0 license 2012-04-06 08:38:45 +09:00
utils.py add round_up utility function 2012-06-25 14:43:24 +09:00