Changeset 6387 in genesis for nodes/CNodeBurcht


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

    r4998 r6387  
    3838DHCP=67-126
    3939
    40 OSPF_BROADCAST=no
    41 OSPF_NEIGHBORS=no
    4240
    4341XL0
     
    5149SPEED=102400000000
    5250
    53 OSPF_BROADCAST=no
    54 OSPF_NEIGHBORS=no
    5551
    5652# Keep one IP addres for the AP (130)
     
    10298POINT_TO_POINT=172.16.0.105
    10399
    104 OSPF_BROADCAST=no
    105 OSPF_NEIGHBORS=172.16.0.105
    106100
    107101
Note: See TracChangeset for help on using the changeset viewer.