Changeset 6387 in genesis for nodes/CNodeZwaluwak/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/CNodeZwaluwak/wleiden.conf

    r5117 r6387  
    3535DHCP=no
    3636
    37 OSPF_BROADCAST=no
    38 OSPF_NEIGHBORS=no
    3937
    4038ED0
     
    5048DHCP=10-60
    5149
    52 OSPF_BROADCAST=no
    53 OSPF_NEIGHBORS=no
    5450
    5551MODE=master
     
    7672POINT_TO_POINT=172.16.1.245
    7773
    78 OSPF_BROADCAST=no
    79 OSPF_NEIGHBORS=172.16.1.245
    8074
    8175DHCP=no
     
    111105DHCP=no
    112106
    113 OSPF_BROADCAST=no
    114 OSPF_NEIGHBORS=172.16.1.253
    115107
    116108MODE=managed
Note: See TracChangeset for help on using the changeset viewer.