mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Fix IP address interface validation
This commit is contained in:
@@ -459,7 +459,7 @@ class VMInterface(PrimaryModel, BaseInterface):
|
||||
return super().to_objectchange(action, related_object=self.virtual_machine)
|
||||
|
||||
@property
|
||||
def parent(self):
|
||||
def parent_object(self):
|
||||
return self.virtual_machine
|
||||
|
||||
@property
|
||||
|
||||
Reference in New Issue
Block a user