Changeset 1603

Show
Ignore:
Timestamp:
01/16/06 04:54:18 (3 years ago)
Author:
hsantos
Message:

enable the loopback interface by default

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • mrd6/trunk/src/mrd.cpp

    r1587 r1603  
    953953        all->fill_defaults(); 
    954954        m_intfconfs.add_child(all); 
    955  
    956         intfconf *lo = new intfconf(loopback_interface_name()); 
    957         if (!lo || !lo->check_startup()) { 
    958                 delete lo; 
    959                 return false; 
    960         } 
    961  
    962         lo->enable(false); 
    963         m_intfconfs.add_child(lo); 
    964955 
    965956        groupconf *gc = (groupconf *)m_groups_node.create_child("::/0"); 
-->