summaryrefslogtreecommitdiff
path: root/system.h
diff options
context:
space:
mode:
authorHans Dedecker <dedeckeh@gmail.com>2013-11-19 12:17:06 +0100
committerFelix Fietkau <nbd@openwrt.org>2013-12-08 18:43:51 +0100
commit9d32ba169da5a33570d4ab4a96e40b5cec46cd26 (patch)
tree4a601f676245f8b5fc806690c709bc04032abe0b /system.h
parente757e7d352a244e20a0c32fec96b35e5893d62ea (diff)
downloadnetifd-9d32ba169da5a33570d4ab4a96e40b5cec46cd26.tar.gz
Tunnel don't fragment bit configurable
Make tunnel don't fragment bit configurable via UCI 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 e1d35c9..ff83a1c 100644
--- a/system.h
+++ b/system.h
@@ -26,6 +26,7 @@ enum tunnel_param {
TUNNEL_ATTR_REMOTE,
TUNNEL_ATTR_LOCAL,
TUNNEL_ATTR_MTU,
+ TUNNEL_ATTR_DF,
TUNNEL_ATTR_TTL,
TUNNEL_ATTR_6RD_PREFIX,
TUNNEL_ATTR_6RD_RELAY_PREFIX,