Changeset 6387 in genesis for nodes/CNodeHMKerk1


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

    r5476 r6387  
    3535DHCP=no
    3636
    37 OSPF_BROADCAST=no
    38 OSPF_NEIGHBORS=no
    3937
    4038ED0
     
    5250POINT_TO_POINT=172.16.1.142
    5351
    54 OSPF_BROADCAST=no
    55 OSPF_NEIGHBORS=172.16.1.142
    5652
    5753ED0
     
    6864DHCP=10-60
    6965
    70 OSPF_BROADCAST=no
    71 OSPF_NEIGHBORS=no
    7266
    7367MODE=master
     
    9488POINT_TO_POINT=172.16.2.29
    9589
    96 OSPF_BROADCAST=no
    97 OSPF_NEIGHBORS=172.16.2.29
    9890
    9991MODE=master
Note: See TracChangeset for help on using the changeset viewer.