Changeset 13676 in genesis


Ignore:
Timestamp:
Dec 24, 2016, 3:35:35 PM (8 years ago)
Author:
rick
Message:

Quick and dirty hack to support VLANs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/gformat.py

    r13673 r13676  
    924924    for iface in members:
    925925      if not iface in addrs_list.keys():
    926         output += "ifconfig_%s='up'\n" % iface
     926        output += "ifconfig_%s='up'\n" % iface.replace('.','_')
    927927 
    928928  output += "\n"
Note: See TracChangeset for help on using the changeset viewer.