mirror of
https://github.com/netbox-community/netbox.git
synced 2026-02-05 06:46:25 -06: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