Changeset 6387 in genesis for nodes/CNodeDuivenHok/wleiden.conf


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/CNodeDuivenHok/wleiden.conf

    r5507 r6387  
    2828SPEED=10240000000
    2929
    30 OSPF_BROADCAST=no
    31 OSPF_NEIGHBORS=no
    3230
    3331DHCP=no
     
    4442
    4543POINT_TO_POINT=172.16.1.166
    46 OSPF_NEIGHBORS=172.16.1.166
    47 OSPF_BROADCAST=no
    4844
    4945DHCP=no
Note: See TracChangeset for help on using the changeset viewer.