Fixed the dhcp_object error.

This commit is contained in:
Adam Blackburn
2009-02-19 22:22:12 -06:00
parent 562b8605cd
commit 4fc52511ba
+1
View File
@@ -182,6 +182,7 @@ class BaseInterface(object):
self.DHCP_CLIENT = None
self.flush_tool = None
self.link_detect = None
self.dhcp_object = None
def SetDebugMode(self, value):
""" If True, verbose output is enabled. """