Changeset 6387 in genesis for nodes/CNodePlantsoen2


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

    r4998 r6387  
    3131SPEED=10240000000
    3232DHCP=no
    33 OSPF_BROADCAST=no
    34 OSPF_NEIGHBORS=no
    3533sis0
    3634
     
    4442POINT_TO_POINT=172.16.1.105
    4543
    46 OSPF_BROADCAST=no
    47 OSPF_NEIGHBORS=172.16.1.105
    4844
    4945MODE=managed
Note: See TracChangeset for help on using the changeset viewer.