Signed-off-by: YAMAMOTO Takashi <yamam...@valinux.co.jp> --- ryu/app/rest_router.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ryu/app/rest_router.py b/ryu/app/rest_router.py index 6bc5717..e0ca1bf 100644 --- a/ryu/app/rest_router.py +++ b/ryu/app/rest_router.py @@ -1237,7 +1237,7 @@ class Port(object): def __init__(self, port_no, hw_addr): super(Port, self).__init__() self.port_no = port_no - self.mac = addrconv.mac.bin_to_text(hw_addr) + self.mac = hw_addr class AddressData(dict): -- 1.8.3.1 ------------------------------------------------------------------------------ Get 100% visibility into Java/.NET code with AppDynamics Lite! It's a free troubleshooting tool designed for production. Get down to code-level detail for bottlenecks, with <2% overhead. Download for free and get started troubleshooting in minutes. http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk _______________________________________________ Ryu-devel mailing list Ryu-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ryu-devel