> Signed-off-by: itoyuichi <[email protected]> > --- > ryu/lib/packet/ipv6.py | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/ryu/lib/packet/ipv6.py b/ryu/lib/packet/ipv6.py > index dba859d..b5cd102 100644 > --- a/ryu/lib/packet/ipv6.py > +++ b/ryu/lib/packet/ipv6.py > @@ -324,6 +324,13 @@ class option(stringify.StringifyMixin): > return self._MIN_LEN + self.len_ > > > +class routing(header): > + """ > + TODO: implement ths class. > + """ > + pass
is this class referred by some other code? otherwise a pure comment should be enough. YAMAMOTO Takashi > + > + > @ipv6.register_header_type(inet.IPPROTO_FRAGMENT) > class fragment(header): > """IPv6 (RFC 2460) fragment header encoder/decoder class. > -- > 1.7.10.4 > > > ------------------------------------------------------------------------------ > LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99! > 1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint > 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes > Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. > http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk > _______________________________________________ > Ryu-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ryu-devel ------------------------------------------------------------------------------ LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99! 1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
