diff options
author | Dmitry Kozlov <xeb@mail.ru> | 2014-11-17 18:45:29 +0300 |
---|---|---|
committer | Dmitry Kozlov <xeb@mail.ru> | 2014-11-17 18:45:29 +0300 |
commit | ca13dfe2c774835c3aed9567747c9b8b989446ba (patch) | |
tree | aba9f272cae35c38ca24319460e5f55df3022d9a /accel-pppd/shaper/shaper.h | |
parent | be476ff24258d1c3a043c69040ab147e6ed59c5a (diff) | |
download | accel-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.h | 4 |
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; |