]> git.proxmox.com Git - mirror_iproute2.git/blob - tc/tc_common.h
Fix netem display of rate and limit.
[mirror_iproute2.git] / tc / tc_common.h
1 extern int do_qdisc(int argc, char **argv);
2 extern int do_class(int argc, char **argv);
3 extern int do_filter(int argc, char **argv);
4
5 extern int parse_estimator(int *p_argc, char ***p_argv, struct tc_estimator *est);