Changeset 14025 in genesis for nodes/Lebkov


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/Lebkov/wleiden.yaml

    r13584 r14025  
    5555  dhcp       : False
    5656  compass    : "z"
    57   ns_ip      : "172.16.17.227"
     57  ns_ip      : "172.16.17.227/29"
    5858  ns_mac     : "04:18:d6:56:ac:b7"
    5959  bridge_type: "NanoStation5"
Note: See TracChangeset for help on using the changeset viewer.