aboutsummaryrefslogtreecommitdiff
path: root/networking/libiproute/iptunnel.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/libiproute/iptunnel.c')
-rw-r--r--networking/libiproute/iptunnel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/libiproute/iptunnel.c b/networking/libiproute/iptunnel.c
index 2080324ac..dbde477a0 100644
--- a/networking/libiproute/iptunnel.c
+++ b/networking/libiproute/iptunnel.c
@@ -267,7 +267,7 @@ static int parse_args(int argc, char **argv, int cmd, struct ip_tunnel_parm *p)
267 } 267 }
268 } else if (strcmp(*argv, "tos") == 0 || 268 } else if (strcmp(*argv, "tos") == 0 ||
269 matches(*argv, "dsfield") == 0) { 269 matches(*argv, "dsfield") == 0) {
270 __u32 uval; 270 uint32_t uval;
271 NEXT_ARG(); 271 NEXT_ARG();
272 if (strcmp(*argv, "inherit") != 0) { 272 if (strcmp(*argv, "inherit") != 0) {
273 if (rtnl_dsfield_a2n(&uval, *argv)) 273 if (rtnl_dsfield_a2n(&uval, *argv))