Changeset 6387 in genesis for nodes/CNodeOBLc/wleiden.conf


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

    r4998 r6387  
    3434
    3535
    36 OSPF_BROADCAST=no
    37 OSPF_NEIGHBORS=no
    3836
    3937XL0
     
    5250
    5351
    54 OSPF_BROADCAST=no
    55 OSPF_NEIGHBORS=no
    5652
    5753EP0
     
    6662POINT_TO_POINT=172.16.0.161
    6763
    68 OSPF_BROADCAST=no
    69 OSPF_NEIGHBORS=172.16.0.161
    7064
    7165MODE=managed
Note: See TracChangeset for help on using the changeset viewer.