diff options
author | Hans Dedecker <dedeckeh@gmail.com> | 2014-09-29 15:36:04 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2014-09-29 19:58:10 +0200 |
commit | 8e15f409e000ffdd87d1022390e54f14da839b3f (patch) | |
tree | 3e01ac0abb6a98d386298ef125dfd312ea0e8bcf /system.h | |
parent | b965453c9df60f1c2681c3bfb7e8cff671c4b223 (diff) |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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, |