Method: IControl::Networking::STPGlobals#set_maximum_hop
- Defined in:
- lib/icontrol/networking/stp_globals.rb
#set_maximum_hop ⇒ Object
Sets the maximum hops an MSTP packet may travel before it is discarded. It’s used only when the STP mode is MSTP, however, the user may set it in any STP mode.
191 192 193 |
# File 'lib/icontrol/networking/stp_globals.rb', line 191 def set_maximum_hop super end |