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

    r5984 r6387  
    3333DHCP=70-78
    3434
    35 OSPF_BROADCAST=no
    36 OSPF_NEIGHBORS=no
    3735
    3836ED0
     
    4947DHCP=10-60
    5048
    51 OSPF_BROADCAST=no
    52 OSPF_NEIGHBORS=no
    5349
    5450MODE=master
     
    7571POINT_TO_POINT=172.16.1.49
    7672
    77 OSPF_BROADCAST=no
    78 OSPF_NEIGHBORS=172.16.1.49
    7973
    8074MODE=managed
Note: See TracChangeset for help on using the changeset viewer.