Changeset 347768d in mainline for uspace/app/inetcfg


Ignore:
Timestamp:
2012-04-11T05:52:47Z (14 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7f95c904
Parents:
7094e196
Message:

Fragmentation of outgoing datagrams, default link MTU.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/inetcfg/inetcfg.c

    r7094e196 r347768d  
    373373                }
    374374
    375                 printf("    %s %s %s\n", astr, linfo.name,
    376                     ainfo.name);
     375                printf("    %s %s %s %zu\n", astr, linfo.name,
     376                    ainfo.name, linfo.def_mtu);
    377377
    378378                free(ainfo.name);
Note: See TracChangeset for help on using the changeset viewer.