Changeset 6387 in genesis for nodes/CNodeLMdorp


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

    r4998 r6387  
    3434#DHCP=68-70
    3535DHCP=no
    36 OSPF_BROADCAST=no
    37 OSPF_NEIGHBORS=no
    3836
    3937ED0
     
    4947DHCP=10-60
    5048
    51 OSPF_BROADCAST=no
    52 OSPF_NEIGHBORS=no
    5349
    5450MODE=master
     
    7369POINT_TO_POINT=172.16.1.193
    7470
    75 OSPF_BROADCAST=no
    76 OSPF_NEIGHBORS=172.16.1.193
    7771
    7872MODE=managed
Note: See TracChangeset for help on using the changeset viewer.