Changeset 6387 in genesis for nodes/CNodeAJSoft2


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

    r6132 r6387  
    3131SPEED=10240000000
    3232
    33 OSPF_BROADCAST=no
    34 OSPF_NEIGHBORS=no
    3533
    3634SIS0
     
    4644DHCP=10-60
    4745
    48 OSPF_BROADCAST=no
    49 OSPF_NEIGHBORS=no
    5046
    5147MODE=master
     
    7268DHCP=no
    7369
    74 OSPF_AREA=0
    75 OSPF_BROADCAST=no
    76 OSPF_NEIGHBORS=172.16.2.241
    7770
    7871MODE=managed
Note: See TracChangeset for help on using the changeset viewer.