Skip to content

Commit

Permalink
Fix factory comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenning committed Oct 25, 2023
1 parent db631e0 commit ed2b642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ for ccp_obj in parse.find_objects('^interface'):
# IPv4 netmask object: ipaddress.IPv4Address()
intf_v4masklength = ccp_obj.ipv4_addr_object.masklength

# IPv4 HSRP Interface Group object instances... ref: models_cisco.py HSRPv4Group()
# IPv4 HSRP Interface Group object instances... ref: models_cisco.py HSRPInterfaceGroup()
intf_hsrp_intf_groups = ccp_obj.hsrp_interfaces

# List of IPv4 HSRP IPv4 Addresses
Expand Down

0 comments on commit ed2b642

Please sign in to comment.