Changeset 14025 in genesis for nodes/ZTWRijneke/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/ZTWRijneke/wleiden.yaml

    r14021 r14025  
    4141  dhcp       : False
    4242  compass    : "nw"
    43   ns_ip      : "172.16.9.195"
     43  ns_ip      : "172.16.9.195/29"
    4444  ns_mac     : "00:27:22:8a:3b:f3"
    4545  bridge_type: "NanoStation M5"
     
    5858  dhcp       : False
    5959  compass    : "no"
    60   ns_ip      : "172.16.5.251"
     60  ns_ip      : "172.16.5.251/29"
    6161  ns_mac     : "00:27:22:8a:3b:4f"
    6262  bridge_type: "NanoStation M5"
     
    126126  dhcp       : False
    127127  compass    : "zw"
    128   ns_ip      : "172.16.3.234"
     128  ns_ip      : "172.16.3.234/29"
    129129  ns_mac     : "00:27:22:8a:3b:d0"
    130130  bridge_type: "NanoStation M5"
Note: See TracChangeset for help on using the changeset viewer.