Changeset 6387 in genesis for nodes/CNodeGraficall


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

    r5477 r6387  
    3636DHCP=no
    3737
    38 OSPF_BROADCAST=no
    39 OSPF_NEIGHBORS=no
    4038
    4139ED0
     
    5351DHCP=10-60
    5452
    55 OSPF_BROADCAST=no
    56 OSPF_NEIGHBORS=no
    5753
    5854MODE=master
     
    168164POINT_TO_POINT=172.16.0.86
    169165
    170 OSPF_BROADCAST=no
    171 OSPF_NEIGHBORS=172.16.0.86
    172166
    173167EW30
Note: See TracChangeset for help on using the changeset viewer.