Changeset 6387 in genesis for nodes/CNodeLMkempers1


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

    r4998 r6387  
    3333DHCP=no
    3434
    35 OSPF_BROADCAST=no
    36 OSPF_NEIGHBORS=no
    3735
    3836ED0
     
    5048POINT_TO_POINT=172.16.1.202
    5149
    52 OSPF_BROADCAST=no
    53 OSPF_NEIGHBORS=172.16.1.202
    5450
    5551ED1
     
    6460
    6561
    66 OSPF_BROADCAST=no
    67 OSPF_NEIGHBORS=172.16.1.194
    6862
    6963MODE=master
     
    9286POINT_TO_POINT=172.16.1.206
    9387
    94 OSPF_BROADCAST=no
    95 OSPF_NEIGHBORS=172.16.1.206
    9688
    9789DHCP=no
Note: See TracChangeset for help on using the changeset viewer.