search for: ipclassifi

Displaying 7 results from an estimated 7 matches for "ipclassifi".

Did you mean: ipclassify
2007 May 17
2
IPCLASSIFY - patch based on IPMARK
Hello everybody! Some time ago I''ve decided that using the MARK property of the Linux IP packet structure for the needs of traffic control is not very useful. So I wrote an iptables patch called IPCLASSIFY. It is fully based on IPMARK but it uses the PRIORITY field instead of MARK. The relation between IPCLASSIFY<->CLASSIFY is the same as IPMARK<->MARK. By using
2008 May 14
3
tcptop_snv connp->conn_tcp != connp->conn_proto_priv.cp_tcp
...v/fd/11: line 168: conn_tcp is not a member of struct conn_s</i> Line 288 has this line: <i>this->tcpp = (tcp_t *)this->connp->conn_tcp;</i> which, after looking at line 168 of <a href="http://cvs.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/uts/common/inet/ipclassifier.h">ipclassifier.h</a> (#define conn_tcp conn_proto_priv.cp_tcp) I changed to <i>this->tcpp = (tcp_t *)this->connp->conn_proto_priv.cp_tcp;</i> This worked, however, I''m now confused as theoretically they should be the same. Does anyone have a sane ex...
2007 Jun 11
7
shaping using source IP after NAT
Hi all I am using a pass trhu router and I need to QoS some clients output by its IP address. The problem is that QoS is due after NATing. Is there some clever way of doing this besides MARKing every packet with some IP hashing in POSTROUTING NAT table? Regards Ethy
2007 May 26
14
big problem with HTB/CBQ and CPU for more than 1.700 customers
2006 Oct 31
0
6294727 SCTP raw socket bind() failed for ports which are mutliples of 256
Author: kcpoon Repository: /hg/zfs-crypto/gate Revision: 349b1cb388b086735c29e00e897809db2b8a7417 Log message: 6294727 SCTP raw socket bind() failed for ports which are mutliples of 256 Files: update: usr/src/uts/common/inet/ip/icmp.c update: usr/src/uts/common/inet/ip/ipclassifier.c update: usr/src/uts/common/inet/ipclassifier.h
2006 Oct 31
0
PSARC/2002/762 Layered Trusted Solaris
.../uts/common/inet/ip/ip_ire.c update: usr/src/uts/common/inet/ip/ip_mroute.c update: usr/src/uts/common/inet/ip/ip_multi.c update: usr/src/uts/common/inet/ip/ip_ndp.c update: usr/src/uts/common/inet/ip/ip_opt_data.c update: usr/src/uts/common/inet/ip/ip_rts.c update: usr/src/uts/common/inet/ip/ipclassifier.c update: usr/src/uts/common/inet/ip/ipsecah.c update: usr/src/uts/common/inet/ip/nattymod.c update: usr/src/uts/common/inet/ip/spd.c update: usr/src/uts/common/inet/ip6.h update: usr/src/uts/common/inet/ip_if.h update: usr/src/uts/common/inet/ip_ire.h update: usr/src/uts/common/inet/ip_nd...
2008 Dec 05
0
resync onnv_105 partial for 6713916
.../uts/common/inet/ip/ip_squeue.c usr/src/uts/common/inet/ip/spd.c usr/src/uts/common/inet/ip/tun.c usr/src/uts/common/inet/ip_ftable.h usr/src/uts/common/inet/ip_if.h usr/src/uts/common/inet/ip_impl.h usr/src/uts/common/inet/ip_ire.h usr/src/uts/common/inet/ip_stack.h usr/src/uts/common/inet/ipclassifier.h usr/src/uts/common/inet/ipdrop.h usr/src/uts/common/inet/sctp_crc32.c usr/src/uts/common/inet/squeue.c usr/src/uts/common/inet/tcp/tcp.c usr/src/uts/common/inet/tcp/tcp_kssl.c usr/src/uts/common/inet/udp/udp.c usr/src/uts/common/inet/udp_impl.h usr/src/uts/common/io/afe/afe.c usr/src/u...