Skip to content

Commit af7842a

Browse files
Add ip6 for host class (#1282) (#1283)
(cherry picked from commit 939498a) Co-authored-by: Shubham Ganar <67952129+shubhamsg199@users.noreply.github.com>
1 parent dd6452c commit af7842a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nailgun/entities.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4313,6 +4313,7 @@ def __init__(self, server_config=None, **kwargs):
43134313
'interface': entity_fields.OneToManyField(Interface),
43144314
'interfaces_attributes': entity_fields.DictField(),
43154315
'ip': entity_fields.StringField(),
4316+
'ip6': entity_fields.StringField(),
43164317
'location': entity_fields.OneToOneField(Location, required=True),
43174318
'mac': entity_fields.MACAddressField(),
43184319
'managed': entity_fields.BooleanField(),

0 commit comments

Comments
 (0)