Changeset 6387 in genesis for nodes/CNodeMeca


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

    r4998 r6387  
    3535DHCP=70-78
    3636
    37 OSPF_BROADCAST=no
    38 OSPF_NEIGHBORS=no
    3937
    4038ED0
     
    4947POINT_TO_POINT=172.16.1.114
    5048
    51 OSPF_BROADCAST=no
    52 OSPF_NEIGHBORS=172.16.1.114
    5349
    5450DHCP=no
     
    7773SPEED=11534336
    7874
    79 OSPF_BROADCAST=no
    80 OSPF_NEIGHBORS=no
    8175
    8276DHCP=10-60
     
    10599POINT_TO_POINT=172.16.1.77
    106100
    107 OSPF_BROADCAST=no
    108 OSPF_NEIGHBORS=172.16.1.77
    109101
    110102MODE=managed
Note: See TracChangeset for help on using the changeset viewer.