On Tue, 29 Oct 2013 16:52:26 +0900 Satoshi Kobayashi <[email protected]> wrote:
> It is noisy when a packet goes into a handler of EventOFPPacketIn > indiscriminately. Then, we introduce API which filters a packet. API is > decorator and a filtering algorithem is pluggable. > > Signed-off-by: Satoshi Kobayashi <[email protected]> > --- > ryu/lib/pktinfilter.py | 57 ++++++++++++++++++ > ryu/tests/unit/lib/test_pktinfilter.py | 100 > ++++++++++++++++++++++++++++++++ > 2 files changed, 157 insertions(+), 0 deletions(-) > create mode 100644 ryu/lib/pktinfilter.py > create mode 100644 ryu/tests/unit/lib/test_pktinfilter.py Can you this move under ofproto directory or rename including 'ofp'? This is very specific to ofp. Thanks, ------------------------------------------------------------------------------ Android is increasing in popularity, but the open development platform that developers love is also attractive to malware creators. Download this white paper to learn more about secure code signing practices that can help keep Android apps secure. http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
