Changeset 13565 in genesis for tools/gformat.py


Ignore:
Timestamp:
Mar 18, 2016, 10:32:10 PM (9 years ago)
Author:
rick
Message:

When interface is DHCP client, there is not setting of static interfacing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/gformat.py

    r13564 r13565  
    909909    if iface in dhclient_if and dhclient_if[iface]:
    910910      output += "ifconfig_%s='SYNCDHCP'\n\n" % (iface)
     911      continue
    911912   
    912913    # Make sure the external address is always first as this is needed in the
Note: See TracChangeset for help on using the changeset viewer.