Class: Racket::L5::HSRP

Inherits:
RacketPart show all
Defined in:
lib/racket/l5/hsrp.rb

Overview

Constant Summary collapse

HSRP_HELLO =
0
HSRP_COUP =
1
HSRP_RESIGN =
2
HSRP_INITIAL =
0
HSRP_LEARN =
1
HSRP_LISTEN =
2
HSRP_SPEAK =
4
HSRP_STANDBY =
8
HSRP_ACTIVE =
16

Instance Attribute Summary

Attributes inherited from RacketPart

#autofix

Method Summary

Methods inherited from RacketPart

#autofix?, #fix!, #initialize, #pretty

Constructor Details

This class inherits a constructor from Racket::RacketPart