Changeset 6387 in genesis for nodes/CNodeBrug/wleiden.conf


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

    r5908 r6387  
    3434DHCP=no
    3535
    36 OSPF_BROADCAST=no
    37 OSPF_NEIGHBORS=no
    3836
    3937SIS0
     
    7472POINT_TO_POINT=172.16.0.17
    7573
    76 OSPF_BROADCAST=no
    77 OSPF_NEIGHBORS=172.16.0.17
    7874
    7975MODE=managed
     
    9995SPEED=11534336
    10096POINT_TO_POINT=172.16.1.177
    101 OSPF_BROADCAST=no
    102 OSPF_NEIGHBORS=172.16.1.177
    10397
    10498MODE=managed
Note: See TracChangeset for help on using the changeset viewer.