Changeset 6387 in genesis for nodes/proxy2/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/proxy2/wleiden.conf

    r4998 r6387  
    3434DHCP=no
    3535
    36 OSPF_AREA=no
    37 OSPF_BROADCAST=no
    38 OSPF_NEIGHBORS=no
    3936
    4037XL0
     
    5148DHCP=no
    5249
    53 OSPF_AREA=no
    54 OSPF_BROADCAST=no
    55 OSPF_NEIGHBORS=no
    5650
    5751XL1
     
    6761DHCP=no
    6862
    69 OSPF_AREA=no
    70 OSPF_BROADCAST=no
    71 OSPF_NEIGHBORS=no
    7263
    7364XL10
Note: See TracChangeset for help on using the changeset viewer.