Help for this page

Select Code to Download


  1. or download this
    max_reformation_duration=300
    cfs_online_timeout_changes=200
    ...
    node:nodeB|subnet:SUBNET_A|status=up
    node:nodeB|subnet:SUBNET_B|name=SUBNET_B
    node:nodeB|subnet:SUBNET_B|status=up
    
  2. or download this
    %config = {
        max_reformation_duration => 300,
    ...
            },
        },
    }
    
  3. or download this
    #!/usr/bin/perl
    
    ...
    }
    
    print Dumper( \%config );
    
  4. or download this
    $VAR1 = {
      'cfs_online_timeout_changes' => '200',
    ...
        }
      }
    };