Changeset 6387 in genesis for nodes/CNodeThomas


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

    r5125 r6387  
    3333DHCP=67-70
    3434
    35 OSPF_BROADCAST=no
    36 OSPF_NEIGHBORS=no
    3735
    3836ED0
     
    4846DHCP=10-60
    4947
    50 OSPF_BROADCAST=no
    51 OSPF_NEIGHBORS=no
    5248
    5349MODE=master
     
    7470POINT_TO_POINT=172.16.0.205
    7571
    76 OSPF_BROADCAST=no
    77 OSPF_NEIGHBORS=172.16.0.205
    7872
    7973MODE=managed
     
    10296POINT_TO_POINT=172.16.0.81
    10397
    104 OSPF_BROADCAST=no
    105 OSPF_NEIGHBORS=172.16.0.81
    10698
    10799MODE=managed
Note: See TracChangeset for help on using the changeset viewer.