On Mon, 25 Feb 2013 14:30:27 +0900 "watanabe.fumitaka" <[email protected]> wrote:
> This patch implements sflow packet parser. > I confirmed that it can parse a sflow packet from Open vSwitch. > > > This update(v1->v2) contains the following change. > > use symbolic value for constant. > add super().__init__() to some class. > avoid '\' for line continuation. > avoid unnecessary parens. > rename some unusual name like 'format_' > change the code of parser's unpack fmt. > > > Signed-off-by: WATANABE Fumitaka <[email protected]> > --- > ryu/lib/xflow/sflow.py | 436 > ++++++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 436 insertions(+) > create mode 100644 ryu/lib/xflow/sflow.py Applied, thanks! ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_feb _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
