@ -354,6 +354,9 @@ class MachineType(RevMixin, AclMixin, models.Model):
returnInterface.objects.filter(machine_type=self)
returnInterface.objects.filter(machine_type=self)
defupdate_domains(self):
defupdate_domains(self):
"""Update domains extension with the extension of interface_parent. Called after update of an ip_type or a machine_type object. Exceptions are handled in the views.