Changeset 6387 in genesis for nodes/CNodeRudi


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

    r5657 r6387  
    3434DHCP=no
    3535
    36 OSPF_BROADCAST=no
    37 OSPF_NEIGHBORS=no
    3836
    3937EP0
     
    4947DHCP=10-60
    5048
    51 OSPF_BROADCAST=no
    52 OSPF_NEIGHBORS=no
    5349
    5450MODE=master
     
    7571POINT_TO_POINT=172.16.0.65
    7672
    77 OSPF_BROADCAST=no
    78 OSPF_NEIGHBORS=172.16.0.65
    7973
    8074MODE=managed
Note: See TracChangeset for help on using the changeset viewer.