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

    r13548 r14025  
    5858  ssid       : "ap-WirelessLeiden-Hofland"
    5959  dhcp       : "10-250"
    60   ns_ip      : "172.20.148.2"
     60  ns_ip      : "172.20.148.2/24"
    6161  ns_mac     : "dc:9f:db:3e:27:a1"
    6262  bridge_type: "BulletM2"
Note: See TracChangeset for help on using the changeset viewer.