doc again
This commit is contained in:
		@@ -333,7 +333,7 @@ to a hash.
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    Example:
 | 
					    Example:
 | 
				
			||||||
    my %if_map = reverse %{$c2900->interfaces()};
 | 
					    my %if_map = reverse %{$c2900->interfaces()};
 | 
				
			||||||
    $c2900->set_i_up_admin('auto', $if_map{'FastEthernet0/1'}) 
 | 
					    $c2900->set_i_speed_admin('auto', $if_map{'FastEthernet0/1'}) 
 | 
				
			||||||
        or die "Couldn't change port speed. ",$c2900->error(1);
 | 
					        or die "Couldn't change port speed. ",$c2900->error(1);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
=item $c2900->set_i_duplex_admin(duplex, ifIndex)
 | 
					=item $c2900->set_i_duplex_admin(duplex, ifIndex)
 | 
				
			||||||
@@ -347,7 +347,7 @@ to a hash.
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    Example:
 | 
					    Example:
 | 
				
			||||||
    my %if_map = reverse %{$c2900->interfaces()};
 | 
					    my %if_map = reverse %{$c2900->interfaces()};
 | 
				
			||||||
    $c2900->set_i_up_admin('auto', $if_map{'FastEthernet0/1'}) 
 | 
					    $c2900->set_i_duplex_admin('auto', $if_map{'FastEthernet0/1'}) 
 | 
				
			||||||
        or die "Couldn't change port duplex. ",$c2900->error(1);
 | 
					        or die "Couldn't change port duplex. ",$c2900->error(1);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
=back
 | 
					=back
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user