diff options
author | Hans Dedecker <dedeckeh@gmail.com> | 2013-11-19 12:17:05 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-12-08 18:43:51 +0100 |
commit | e757e7d352a244e20a0c32fec96b35e5893d62ea (patch) | |
tree | f6ad5b1f5678442a2ff07fe380d2baa6838d0b3c /system.h | |
parent | c397d2788ffd27904ab89e437432b481c6e7e806 (diff) |
netifd: Apply tunnel MTU
Tunnel MTU is applied according to the tunnel MTU UCI parameter
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
@@ -25,6 +25,7 @@ enum tunnel_param { TUNNEL_ATTR_TYPE, TUNNEL_ATTR_REMOTE, TUNNEL_ATTR_LOCAL, + TUNNEL_ATTR_MTU, TUNNEL_ATTR_TTL, TUNNEL_ATTR_6RD_PREFIX, TUNNEL_ATTR_6RD_RELAY_PREFIX, |