summaryrefslogtreecommitdiff
path: root/system.h
diff options
context:
space:
mode:
authorHans Dedecker <dedeckeh@gmail.com>2014-09-29 15:36:04 +0000
committerSteven Barth <steven@midlink.org>2014-09-29 19:58:10 +0200
commit8e15f409e000ffdd87d1022390e54f14da839b3f (patch)
tree3e01ac0abb6a98d386298ef125dfd312ea0e8bcf /system.h
parentb965453c9df60f1c2681c3bfb7e8cff671c4b223 (diff)
downloadnetifd-8e15f409e000ffdd87d1022390e54f14da839b3f.tar.gz
netifd: GRE Tos support
Tos support is added as a generic gre parameter which can have the following values : -inherit (outer header inherits the tos value of the inner header) -hex value Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
Diffstat (limited to 'system.h')
-rw-r--r--system.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/system.h b/system.h
index e3187fb..b1215d1 100644
--- a/system.h
+++ b/system.h
@@ -28,6 +28,7 @@ enum tunnel_param {
TUNNEL_ATTR_MTU,
TUNNEL_ATTR_DF,
TUNNEL_ATTR_TTL,
+ TUNNEL_ATTR_TOS,
TUNNEL_ATTR_6RD_PREFIX,
TUNNEL_ATTR_6RD_RELAY_PREFIX,
TUNNEL_ATTR_LINK,