Changeset bd88bee in mainline for uspace/srv/net/inetsrv


Ignore:
Timestamp:
2013-09-21T22:51:06Z (12 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
66ec63a
Parents:
7af0cc5
Message:

Automatically start DHCP on ethernet links.

Location:
uspace/srv/net/inetsrv
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/inetsrv/inet_link.c

    r7af0cc5 rbd88bee  
    251251        }
    252252       
     253        log_msg(LOG_DEFAULT, LVL_DEBUG, "Configured link '%s'.", ilink->svc_name);
    253254        return EOK;
    254255       
  • uspace/srv/net/inetsrv/inetcfg.c

    r7af0cc5 rbd88bee  
    750750                sysarg_t method = IPC_GET_IMETHOD(call);
    751751
     752                log_msg(LOG_DEFAULT, LVL_DEBUG, "method %d", (int)method);
    752753                if (!method) {
    753754                        /* The other side has hung up */
Note: See TracChangeset for help on using the changeset viewer.