Displaying 3 results from an estimated 3 matches for "q_ingress".
Did you mean:
ingress
2002 Dec 30
1
Ingress qdisc functional?
...line that I''d like to set up some shaping on. I only have
access to the linux router on my (client) end. Because of that, I was looking to
do some shaping using the ''ingress'' qdisc. However, I''m getting mixed messages
as to whether or not it works. The source of q_ingress.c from ss020116 says in
the header:
--
* This is here just in case it is needed
* useless right now; might be useful in the future
--
Which leads me to believe that it''s not really working, allthough I''ve seen
posts claiming that it is. Can I get some verification either way, or...
2004 Jan 04
2
Ingress with WonderShaper
...v eth0 handle ffff: ingress
RTNETLINK answers: Invalid argument
Now, the standard solution I''ve seen is "get a newer tc", and one report [1]
said that Debian''s unstable one worked fine... so I backported it to woody,
but had exactly the same problem :/
I even saw the q_ingress.c and q_htb.c files being compiled OK during the
''debian/rules binary-arch'' procedure so the code must be in the tc binary.
If I mis-type ''ingress'', then the error changes to "RTNETLINK answers: No such
file or directory" so it must be seeing /someth...
2005 Jul 04
0
Problem linking with libdb
...SOLVE_HOSTNAMES -DCONFIG_GACT -DCONFIG_GACT_PROB -c -o p_udp.o p_udp.c
gcc -Wl,-export-dynamic tc.o tc_qdisc.o tc_class.o tc_filter.o tc_util.o m_police.o m_estimator.o m_action.o q_fifo.o q_sfq.o q_red.o q_prio.o
q_tbf.o q_cbq.o f_rsvp.o f_u32.o f_route.o f_fw.o q_dsmark.o q_gred.o f_tcindex.o q_ingress.o q_hfsc.o q_htb.o m_gact.o m_mirred.o m_ipt.o m_pedit.o p_ip.o p_icmp.o p_tcp.o p_udp.o ../lib/libnetlink.a ../lib/libutil.a tc_core.o tc_red.o tc_cbq.o tc_estimator.o -lresolv -L../lib -lnetlink -lutil -L/usr/local/BerkeleyDB.4.2/lib -L. -ltc -lm -ldl -o tc
gcc -D_GNU_SOURCE -O2 -Wstrict-protot...