On Mon, 16 Dec 2013 17:34:30 +0900
Yuichi Ito <[email protected]> wrote:

> this patch makes some json members of several packet libraries human-readable.
> 
> ex) ethernet.ethernet
> 
> before applying this patch:
> 
>     {'ethernet': {'ethertype': 2048, 'dst': 'ZmY6ZmY6ZmY6ZmY6ZmY6ZmY=', 
> 'src': 'MDA6MDA6MDA6MDA6MDA6MDA='}}
> 
> after applying this patch:
> 
>     {'ethernet': {'ethertype': 2048, 'dst': u'ff:ff:ff:ff:ff:ff', 'src': 
> u'00:00:00:00:00:00'}}
> 
> Signed-off-by: Yuichi Ito <[email protected]>
> ---
>  ryu/lib/packet/arp.py      |    5 +++++
>  ryu/lib/packet/bgp.py      |   26 ++++++++++++++++++++++++++
>  ryu/lib/packet/bpdu.py     |    5 +++++
>  ryu/lib/packet/dhcp.py     |   10 ++++++++++
>  ryu/lib/packet/ethernet.py |    5 +++++
>  ryu/lib/packet/icmpv6.py   |   15 +++++++++++++++
>  ryu/lib/packet/igmp.py     |    5 +++++
>  ryu/lib/packet/ipv4.py     |    5 +++++
>  ryu/lib/packet/ipv6.py     |    5 +++++
>  ryu/lib/packet/slow.py     |    6 ++++++
>  10 files changed, 87 insertions(+)

Applied, thanks.


------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to