aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-05-31 10:36:35 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-05-31 10:36:35 +0800
commitca660ac9caff1cbf15e9bfa1820f49575f3a1f77 (patch)
tree75af0951f688d6a5ff159ae932d53f8caf03c502 /openbsc/include
parent96d6ed25525dbf91cc369133e4942960c8307f2a (diff)
[nat] Add ip-tos option to the nat.
This is applied to all incoming BSC connections.
Diffstat (limited to 'openbsc/include')
-rw-r--r--openbsc/include/openbsc/bsc_nat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/bsc_nat.h b/openbsc/include/openbsc/bsc_nat.h
index 00d2cba13..f39afafb7 100644
--- a/openbsc/include/openbsc/bsc_nat.h
+++ b/openbsc/include/openbsc/bsc_nat.h
@@ -220,6 +220,7 @@ struct bsc_nat {
/* known BSC's */
struct llist_head bsc_configs;
int num_bsc;
+ int bsc_ip_tos;
/* MGCP config */
struct mgcp_config *mgcp_cfg;