From ed2b6422a2931e6928bfe3adb68901e4ed6b5a2f Mon Sep 17 00:00:00 2001 From: mpenning Date: Wed, 25 Oct 2023 13:11:43 -0500 Subject: [PATCH] Fix factory comment --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 80009e3..f6eccc1 100644 --- a/README.md +++ b/README.md @@ -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