From: <ja...@us...> - 2003-12-15 11:04:14
|
Update of /cvsroot/iptables-p2p/iptables-p2p/common In directory sc8-pr-cvs1:/tmp/cvs-serv32580/common Modified Files: ipt_p2p.h Log Message: greatly improved inverted protocol logic by simply parsing the option differently Index: ipt_p2p.h =================================================================== RCS file: /cvsroot/iptables-p2p/iptables-p2p/common/ipt_p2p.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- ipt_p2p.h 14 Dec 2003 06:24:58 -0000 1.3 +++ ipt_p2p.h 15 Dec 2003 11:04:06 -0000 1.4 @@ -28,10 +28,8 @@ ipt_match module. */ struct ipt_p2p_info { - /* Application-layer peer-to-peer protocol set to match (default is "all"); - note that if proto_inverse is true, all except proto will be matched. */ + /* Application-layer peer-to-peer protocol(s) to match. */ int proto; - int proto_inverse; }; /*****************************************************************************/ |