Ignore:
Timestamp:
Jan 1, 2014, 12:47:38 AM (10 years ago)
Author:
Bruno Cornec
Message:
  • Update mindi-busybox to 1.21.1
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mindi-busybox/networking/libiproute/iptunnel.c

    r2725 r3232  
    439439        if (p->iph.tos & ~1)
    440440            printf("%c%s ", p->iph.tos & 1 ? '/' : ' ',
    441                    rtnl_dsfield_n2a(p->iph.tos & ~1, b1));
     441                rtnl_dsfield_n2a(p->iph.tos & ~1, b1));
    442442    }
    443443    if (!(p->iph.frag_off & htons(IP_DF)))
Note: See TracChangeset for help on using the changeset viewer.