Revision cbe4a0a5 lib/objects.py

b/lib/objects.py
503 503

  
504 504
class NIC(ConfigObject):
505 505
  """Config object representing a network card."""
506
  __slots__ = ["mac", "ip", "network", "nicparams"]
506
  __slots__ = ["mac", "ip", "network", "nicparams", "netinfo"]
507 507

  
508 508
  @classmethod
509 509
  def CheckParameterSyntax(cls, nicparams):

Also available in: Unified diff