Changeset 6387 in genesis for nodes/CNodeBDboon


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

    r6070 r6387  
    3232DHCP=68-70
    3333#DHCP=no
    34 OSPF_BROADCAST=no
    35 OSPF_NEIGHBORS=no
    3634
    3735ED0
     
    4745DHCP=10-60
    4846
    49 OSPF_BROADCAST=no
    50 OSPF_NEIGHBORS=no
    5147
    5248MODE=master
     
    7167POINT_TO_POINT=172.16.1.213
    7268
    73 OSPF_BROADCAST=no
    74 OSPF_NEIGHBORS=172.16.1.213
    7569
    7670MODE=managed
     
    9892POINT_TO_POINT=172.16.3.9
    9993
    100 OSPF_BROADCAST=no
    101 OSPF_NEIGHBORS=172.16.3.11
    10294
    10395MODE=managed
Note: See TracChangeset for help on using the changeset viewer.