From ca13dfe2c774835c3aed9567747c9b8b989446ba Mon Sep 17 00:00:00 2001 From: Dmitry Kozlov Date: Mon, 17 Nov 2014 18:45:29 +0300 Subject: shaper: introduce "fwmark" option If specified then fwmark filters will be installed to bypass shaper --- accel-pppd/shaper/shaper.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'accel-pppd/shaper/shaper.h') diff --git a/accel-pppd/shaper/shaper.h b/accel-pppd/shaper/shaper.h index f3ba8d9..4864b86 100644 --- a/accel-pppd/shaper/shaper.h +++ b/accel-pppd/shaper/shaper.h @@ -11,8 +11,7 @@ struct rtnl_handle; struct nlmsghdr; -struct qdisc_opt -{ +struct qdisc_opt { char *kind; int handle; int parent; @@ -37,6 +36,7 @@ extern int conf_moderate_quantum; extern int conf_r2q; extern int conf_cburst; extern int conf_ifb_ifindex; +extern int conf_fwmark; extern int conf_leaf_qdisc; extern int conf_lq_arg1; extern int conf_lq_arg2; -- cgit v1.2.3