Changeset 14025 in genesis for nodes/Graficall


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
  • TabularUnified nodes/Graficall/wleiden.yaml

    r13968 r14025  
    104104  dhcp       : False
    105105  compass    : "zw"
    106   ns_ip      : "172.16.3.11"
     106  ns_ip      : "172.16.3.11/29"
    107107  ns_mac     : "04:18:d6:56:ae:0c"
    108108  bridge_type: "NanoStationM5"
     
    121121  dhcp       : False
    122122  compass    : "nw"
    123   ns_ip      : "172.16.10.50"
     123  ns_ip      : "172.16.10.50/29"
    124124  ns_mac     : "04:18:d6:56:a5:bc"
    125125  bridge_type: "NanoStationM5"
Note: See TracChangeset for help on using the changeset viewer.