Changeset 10911 in genesis


Ignore:
Timestamp:
May 19, 2012, 7:39:01 AM (13 years ago)
Author:
richardvm
Message:

dhcp configuratie standaard was veranderd

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/yaml2nag.py

    r10695 r10911  
    99
    1010def is_ap(ifacedump):
    11   return ifacedump.has_key('dhcp') and not ifacedump['dhcp'] == 'no'
     11#  return ifacedump.has_key('dhcp') and not ifacedump['dhcp'] == 'no'
     12  return ifacedump.has_key('dhcp') and not ifacedump['dhcp'] == False
    1213
    1314def is_iris(node):
Note: See TracChangeset for help on using the changeset viewer.