Changeset 6387 in genesis for nodes/CNodeZijloever


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

    r5126 r6387  
    3232DHCP=no
    3333
    34 OSPF_BROADCAST=no
    35 OSPF_NEIGHBORS=no
    3634
    3735ED0
     
    4947DHCP=10-60
    5048
    51 OSPF_BROADCAST=no
    52 OSPF_NEIGHBORS=no
    5349
    5450MODE=master
     
    7470POINT_TO_POINT=172.16.1.61
    7571
    76 OSPF_BROADCAST=no
    77 OSPF_NEIGHBORS=172.16.1.61
    7872
    7973MODE=managed
     
    124118POINT_TO_POINT=172.16.1.69
    125119
    126 OSPF_BROADCAST=no
    127 OSPF_NEIGHBORS=172.16.1.69
    128120
    129121MODE=managed
Note: See TracChangeset for help on using the changeset viewer.