Method: IControl::Networking::STPGlobals#maximum_hop
- Defined in:
- lib/icontrol/networking/stp_globals.rb
#maximum_hop ⇒ long
Gets 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.
84 85 86 |
# File 'lib/icontrol/networking/stp_globals.rb', line 84 def maximum_hop super end |