Changeset 6387 in genesis for nodes/CNodeSHFortis


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

    r4998 r6387  
    3636
    3737
    38 OSPF_BROADCAST=no
    39 OSPF_NEIGHBORS=no
    4038
    4139
     
    5250DHCP=10-60
    5351
    54 OSPF_BROADCAST=no
    55 OSPF_NEIGHBORS=no
    5652
    5753MODE=master
     
    7975
    8076
    81 OSPF_BROADCAST=no
    82 OSPF_NEIGHBORS=172.28.1.129
    8377
    8478MODE=master
     
    107101POINT_TO_POINT=172.28.1.137
    108102
    109 OSPF_BROADCAST=no
    110 OSPF_NEIGHBORS=172.28.1.137
    111103
    112104MODE=master
Note: See TracChangeset for help on using the changeset viewer.