Changeset 13592 in genesis for nodes


Ignore:
Timestamp:
May 24, 2016, 1:35:52 PM (9 years ago)
Author:
rick
Message:

Workaround for bug in gformat.

Gformat assumes interfaces to be delicated to DHCP services or interlinks
combined formats will make it confusing. By specifing the non-dhcp interface as
alias it will generate proper DHCP definitions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • nodes/KWVdeKaag/wleiden.yaml

    r13548 r13592  
    121121
    122122iface_vr2:
    123   comment    : "Link naar proxykwvdekaag via tweede switch"
    124   ip         : "172.16.18.17/30"
    125   sdesc      : "2proxykwvdekaag"
    126   type       : "eth"
    127   dhcp       : False
    128   status     : "up"
    129 
    130 
    131 iface_vr2_alias0:
    132123  comment    : "Lokaal subnet voor ap-s via tweede switch"
    133124  ip         : "172.17.23.1/24"
     
    157148  status     : "up"
    158149
     150iface_vr2_alias0:
     151  comment    : "Link naar proxykwvdekaag via tweede switch"
     152  ip         : "172.16.18.17/30"
     153  sdesc      : "2proxykwvdekaag"
     154  type       : "eth"
     155  dhcp       : False
     156  status     : "up"
    159157
     158
     159
Note: See TracChangeset for help on using the changeset viewer.