Changeset 6387 in genesis for nodes/CNodeDirkLos2


Ignore:
Timestamp:
Nov 17, 2008, 5:48:01 PM (16 years ago)
Author:
rick
Message:

Removed old accient OSPF records as they are long time not used anymore
svn/node-config/genesis $ for file in */*/wleiden.conf; do grep -v 'OSPF' $file > $file.new; mv $file.new $file; done

File:
1 edited

Legend:

Unmodified
Added
Removed
  • nodes/CNodeDirkLos2/wleiden.conf

    r5899 r6387  
    3333DHCP=70-94
    3434
    35 OSPF_BROADCAST=no
    36 OSPF_NEIGHBORS=no
    3735
    3836SIS0
     
    4947DHCP=no
    5048
    51 OSPF_BROADCAST=no
    52 OSPF_NEIGHBORS=none
    5349
    5450SIS1
     
    179175SPEED=11534336
    180176
    181 OSPF_BROADCAST=no
    182 OSPF_NEIGHBORS=none
    183177
    184178MODE=master
Note: See TracChangeset for help on using the changeset viewer.