We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b60a224 commit a4b3d6fCopy full SHA for a4b3d6f
lib/check/unifidevice.py
@@ -187,7 +187,7 @@ async def check_unifidevice(
187
'op_mode': port['op_mode'], # str, e.g. switch
188
'autoneg': port['autoneg'], # bool
189
'speed_caps': port.get('speed_caps'), # int/opt
190
- 'forward': port['forward'], # str, e.g. all
+ 'forward': port.get('forward'), # str, e.g. all/opt
191
'enable': port['enable'], # bool
192
'full_duplex': port['full_duplex'], # bool
193
'is_uplink': port['is_uplink'], # bool
lib/version.py
@@ -1,4 +1,4 @@
1
# Version string. Examples:
2
# '3.0.0'
3
# '3.0.0-alpha9'
4
-__version__ = '3.0.7-alpha0'
+__version__ = '3.0.7-alpha1'
0 commit comments