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

    r5992 r6387  
    3535DHCP=yes
    3636
    37 OSPF_AREA=no
    38 OSPF_BROADCAST=no
    39 OSPF_NEIGHBORS=no
    4037
    4138XL0
     
    5249DHCP=no
    5350
    54 OSPF_AREA=no
    55 OSPF_BROADCAST=no
    56 OSPF_NEIGHBORS=no
    5751
    5852XL1
     
    6862DHCP=no
    6963
    70 OSPF_AREA=no
    71 OSPF_BROADCAST=no
    72 OSPF_NEIGHBORS=no
    7364
    7465XL10
Note: See TracChangeset for help on using the changeset viewer.