On Thu, 29 Aug 2013 10:30:14 +0900 Yuichi Ito <[email protected]> wrote:
> hello. > > > ryu/app/rest_router.py:1660:80: E501 line too long (87 > 79 > > characters) > > > actions.append(ofp_parser.OFPActionSetDlSrc(mac_lib.haddr_to_bin(src_mac))) > > > ^ > > ryu/app/rest_router.py:1662:80: E501 line too long (87 > 79 > > characters) > > > actions.append(ofp_parser.OFPActionSetDlDst(mac_lib.haddr_to_bin(dst_mac))) > > the warnings has occurred in ryu/app/rest_router.py. Oops, my bad. Applied the patch, thanks. ------------------------------------------------------------------------------ Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! Discover the easy way to master current and previous Microsoft technologies and advance your career. Get an incredible 1,500+ hours of step-by-step tutorial videos with LearnDevNow. Subscribe today and save! http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
