Changeset 6387 in genesis for nodes/CNodeVAIPS


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

    r4998 r6387  
    3535DHCP=70-78
    3636
    37 OSPF_BROADCAST=no
    38 OSPF_NEIGHBORS=no
    3937
    4038ED0
     
    5048SPEED=11534336
    5149
    52 OSPF_BROADCAST=no
    53 OSPF_NEIGHBORS=no
    5450
    5551DHCP=10-60
     
    7874POINT_TO_POINT=172.16.1.113
    7975
    80 OSPF_BROADCAST=no
    81 OSPF_NEIGHBORS=172.16.1.113
    8276
    8377MODE=managed
Note: See TracChangeset for help on using the changeset viewer.