summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--system-linux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/system-linux.c b/system-linux.c
index 9401cd9..8cfad3c 100644
--- a/system-linux.c
+++ b/system-linux.c
@@ -2540,7 +2540,7 @@ static int system_add_gre_tunnel(const char *name, const char *kind,
iflags |= GRE_SEQ;
}
- if ((cur = tb[GRE_DATA_OSEQNO])) {
+ if ((cur = tb_data[GRE_DATA_OSEQNO])) {
if (blobmsg_get_bool(cur))
oflags |= GRE_SEQ;
}