Skip to content

Commit

Permalink
Add ip6 for host class
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhamsg199 committed Feb 26, 2025
1 parent 9124db3 commit 5914190
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nailgun/entities.py
Original file line number Diff line number Diff line change
Expand Up @@ -4313,6 +4313,7 @@ def __init__(self, server_config=None, **kwargs):
'interface': entity_fields.OneToManyField(Interface),
'interfaces_attributes': entity_fields.DictField(),
'ip': entity_fields.StringField(),
'ip6': entity_fields.StringField(),
'location': entity_fields.OneToOneField(Location, required=True),
'mac': entity_fields.MACAddressField(),
'managed': entity_fields.BooleanField(),
Expand Down

0 comments on commit 5914190

Please sign in to comment.