Ignore:
Timestamp:
Jul 21, 2020, 6:41:25 PM (4 years ago)
Author:
coas-nagasima
Message:

DHCPの機能はありで、固定IPにする設定を更新

File:
1 edited

Legend:

Unmodified
Added
Removed
  • EcnlProtoTool/trunk/ntshell/src/main.c

    r446 r448  
    355355#ifndef NTSHELL_NO_SOCKET
    356356                ether_set_link_callback(netif_link_callback);
     357
     358                if (!dhcp_enable) {
     359                        dhcp4c_rel_info();
     360                        in4_add_ifaddr(IPV4_ADDR_STAIC_LOCAL, IPV4_ADDR_STAIC_LOCAL_MASK);
     361                }
    357362#endif
    358363                {
Note: See TracChangeset for help on using the changeset viewer.