summaryrefslogtreecommitdiff
path: root/accel-pppd/shaper/shaper.h
diff options
context:
space:
mode:
authorDmitry Kozlov <xeb@mail.ru>2014-11-17 18:45:29 +0300
committerDmitry Kozlov <xeb@mail.ru>2014-11-17 18:45:29 +0300
commitca13dfe2c774835c3aed9567747c9b8b989446ba (patch)
treeaba9f272cae35c38ca24319460e5f55df3022d9a /accel-pppd/shaper/shaper.h
parentbe476ff24258d1c3a043c69040ab147e6ed59c5a (diff)
downloadaccel-ppp-xebd-ca13dfe2c774835c3aed9567747c9b8b989446ba.tar.gz
accel-ppp-xebd-ca13dfe2c774835c3aed9567747c9b8b989446ba.zip
shaper: introduce "fwmark" option
If specified then fwmark filters will be installed to bypass shaper
Diffstat (limited to 'accel-pppd/shaper/shaper.h')
-rw-r--r--accel-pppd/shaper/shaper.h4
1 files changed, 2 insertions, 2 deletions
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;