mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Enable attachment of wireless interfaces to SSIDs
This commit is contained in:
@@ -529,6 +529,12 @@ class Interface(ComponentModel, BaseInterface, CableTermination, PathEndpoint):
|
||||
null=True,
|
||||
verbose_name='Channel width'
|
||||
)
|
||||
ssids = models.ManyToManyField(
|
||||
to='wireless.SSID',
|
||||
related_name='interfaces',
|
||||
blank=True,
|
||||
verbose_name='SSIDs'
|
||||
)
|
||||
untagged_vlan = models.ForeignKey(
|
||||
to='ipam.VLAN',
|
||||
on_delete=models.SET_NULL,
|
||||
|
Reference in New Issue
Block a user