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

    r14022 r14025  
    4646  dhcp       : False
    4747  compass    : "o"
    48   ns_ip      : "172.16.7.10"
     48  ns_ip      : "172.16.7.10/29"
    4949  ns_mac     : "24:a4:3c:0a:54:99"
    5050  bridge_type: "NanoStation M5"
Note: See TracChangeset for help on using the changeset viewer.