On Thu, 12 Feb 2015 13:52:13 +0900
YAMAMOTO Takashi <[email protected]> wrote:

> A motivation of this change is a better modularity.
> I.e. Make packet lib independent from ofproto.
> 
> Signed-off-by: YAMAMOTO Takashi <[email protected]>
> ---
>  ryu/lib/packet/arp.py         |  2 +-
>  ryu/lib/packet/ether_types.py | 27 +++++++++++++++++++++++++++
>  ryu/lib/packet/ethernet.py    |  2 +-
>  ryu/lib/packet/in_proto.py    | 31 +++++++++++++++++++++++++++++++
>  ryu/lib/packet/ipv4.py        |  2 +-
>  ryu/lib/packet/ipv6.py        |  2 +-
>  ryu/lib/packet/linux.py       |  2 +-
>  ryu/lib/packet/mpls.py        |  2 +-
>  ryu/lib/packet/pbb.py         |  1 -
>  ryu/lib/packet/vlan.py        |  2 +-
>  ryu/lib/packet/vrrp.py        |  4 ++--
>  ryu/ofproto/ether.py          | 28 ++--------------------------
>  ryu/ofproto/inet.py           | 32 ++------------------------------
>  13 files changed, 71 insertions(+), 66 deletions(-)
>  create mode 100644 ryu/lib/packet/ether_types.py
>  create mode 100644 ryu/lib/packet/in_proto.py

Applied, thanks.

------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to