Changeset 14025 in genesis for nodes/OnsBuiten/wleiden.yaml


Ignore:
Timestamp:
Jan 22, 2018, 12:49:48 PM (7 years ago)
Author:
rick
Message:

Fix overlapping IP networks

The syntax checker did not check for overlapping network ranges. For example
/24 defined at Dwars overlapped with /23 of Meerburgkerk. This is causing
issues with routing and network propogation.

While here ensure all ns_ip has proper subnet set

File:
1 edited

Legend:

Unmodified
Added
Removed
  • nodes/OnsBuiten/wleiden.yaml

    r13928 r14025  
    6666  dhcp       : False
    6767  compass    : "w"
    68   ns_ip      : "172.16.3.251"
     68  ns_ip      : "172.16.3.251/29"
    6969  ns_mac     : "00:15:6d:e8:f9:c6"
    7070  bridge_type: "Bullet2"
     
    8383  dhcp       : False
    8484  compass    : "z"
    85   ns_ip      : "172.17.40.2"
     85  ns_ip      : "172.17.40.2/24"
    8686  ns_mac     : "dc:9f:db:36:a5:93"
    8787  bridge_type: "NanoStationM2-Loco"
Note: See TracChangeset for help on using the changeset viewer.