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

    r4998 r6387  
    3434DHCP=no
    3535
    36 OSPF_BROADCAST=no
    37 OSPF_NEIGHBORS=no
    3836
    3937ED0
     
    5149DHCP=10-60
    5250
    53 OSPF_BROADCAST=no
    54 OSPF_NEIGHBORS=no
    5551
    5652MODE=master
     
    7874POINT_TO_POINT=172.16.0.233
    7975
    80 OSPF_BROADCAST=no
    81 OSPF_NEIGHBORS=172.16.0.233
    8276
    8377MODE=managed
     
    129123POINT_TO_POINT=172.16.1.162
    130124
    131 OSPF_BROADCAST=no
    132 OSPF_NEIGHBORS=172.16.1.162
    133125
    134126MODE=master
Note: See TracChangeset for help on using the changeset viewer.