Sorry about the delay,

On Sun, 24 Aug 2014 13:54:03 +0800
Che-Wei Lin <[email protected]> wrote:

> Hello, Ryu developer
> 
> I saw that ryu published a project that integrates the snort for IDS on 
> mailing
> list
> <http://sourceforge.net/p/ryu/mailman/ryu-devel/thread/[email protected]/>,
> but it's not maintain for a long time.
> 
> The old source code still used gevent library. I switched the module that
> support eventlet library now and add an application named
> `simple_switch_snort.py` this  application not only forwarding packets like
> L2 switch but also mirroring incoming packets to Snort.
> 
> I forked the osrg/ryu project to https://github.com/John-Lin/ryu
> 
> You can see the snort module code over here.
> 
> + ryu/lib/snortlib.py
> + ryu/lib/alert.py
> + ryu/app/simple_switch_snort.py
> 
> And the doc here
> 
> + ryu/doc/source/snort_integrate.rst
> 
> I also tested in my test environment with Centec v350 OFswitch. It's work!

Nice.

I've just checked your repository, which includes more than 20
commits. But the diff is not large. Can you just send one patch with
your signed-off? 

fujita-mobile:ryu fujita$ git diff --stat master
 .gitignore                     |   1 +
 doc/source/snort_integrate.rst | 152 +++++++++++++++++++++++++++++++++++++++++
 ryu/app/simple_switch_snort.py | 145 +++++++++++++++++++++++++++++++++++++++
 ryu/lib/alert.py               | 125 +++++++++++++++++++++++++++++++++
 ryu/lib/snortlib.py            | 107 +++++++++++++++++++++++++++++


Here's an instruction on how to send a patch to ryu-devel:

https://github.com/osrg/ryu/blob/master/CONTRIBUTING.rst


------------------------------------------------------------------------------
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to