Changeset 6387 in genesis for nodes/CNodeVergilius


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

    r5508 r6387  
    7272POINT_TO_POINT=172.16.1.101
    7373
    74 OSPF_BROADCAST=no
    75 OSPF_NEIGHBORS=172.16.1.101
    7674
    7775MODE=managed
     
    9795SPEED=11534336
    9896POINT_TO_POINT=172.16.2.118
    99 OSPF_BROADCAST=no
    100 OSPF_NEIGHBORS=172.16.2.118
    10197
    10298MODE=master
Note: See TracChangeset for help on using the changeset viewer.