Changeset 10454 in genesis for nodes/proxy12


Ignore:
Timestamp:
Apr 12, 2012, 7:28:14 PM (13 years ago)
Author:
rick
Message:

Boolean values should be real boolean values.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • nodes/proxy12/wleiden.yaml

    r10434 r10454  
    3030  sdesc      : "uplink"
    3131  type       : "eth"
    32   dhcp       : "no"
     32  dhcp       : False
    3333  compass    : "None"
    3434  status     : "up"
     
    4242  sdesc      : "mobotix"
    4343  type       : "eth"
    44   dhcp       : "no"
     44  dhcp       : False
    4545  compass    : "None"
    4646  status     : "up"
     
    5454  sdesc      : "downlink"
    5555  type       : "eth"
    56   dhcp       : "no"
     56  dhcp       : False
    5757  compass    : "None"
    5858  status     : "up"
Note: See TracChangeset for help on using the changeset viewer.