Changeset ab662b6 for fedd/federation


Ignore:
Timestamp:
Sep 25, 2012 5:15:02 PM (12 years ago)
Author:
Ted Faber <faber@…>
Branches:
master
Children:
c7a6a20
Parents:
de059e1
Message:

Avoid an internal network at DETER. This will have to come out

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/federation/experiment_control.py

    rde059e1 rab662b6  
    13491349                assigned[net] = sz
    13501350
     1351        # XXX: hack attack - always avoid 10.0.23.0 which is special on DETER
     1352        assigned[long(ip_addr('10.0.23.0'))] = 256
     1353        # end of hack
     1354
    13511355        # Walk all substrates, smallest to largest, assigning IP addresses to
    13521356        # the unassigned and checking the assigned.  Build an /etc/hosts file
Note: See TracChangeset for help on using the changeset viewer.