diff options
Diffstat (limited to 'networking/libiproute/iptunnel.c')
-rw-r--r-- | networking/libiproute/iptunnel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/libiproute/iptunnel.c b/networking/libiproute/iptunnel.c index 6a841aadb..836709c7e 100644 --- a/networking/libiproute/iptunnel.c +++ b/networking/libiproute/iptunnel.c | |||
@@ -436,7 +436,7 @@ static void print_tunnel(struct ip_tunnel_parm *p) | |||
436 | printf(" inherit"); | 436 | printf(" inherit"); |
437 | if (p->iph.tos & ~1) | 437 | if (p->iph.tos & ~1) |
438 | printf("%c%s ", p->iph.tos & 1 ? '/' : ' ', | 438 | printf("%c%s ", p->iph.tos & 1 ? '/' : ' ', |
439 | rtnl_dsfield_n2a(p->iph.tos & ~1, b1, sizeof(b1))); | 439 | rtnl_dsfield_n2a(p->iph.tos & ~1, b1)); |
440 | } | 440 | } |
441 | if (!(p->iph.frag_off & htons(IP_DF))) | 441 | if (!(p->iph.frag_off & htons(IP_DF))) |
442 | printf(" nopmtudisc"); | 442 | printf(" nopmtudisc"); |