@@ -795,11 +795,11 @@ def countOrgSwOrGwPorts(
795795 rx_mcast_pkts : int
796796 rx_bcast_pkts : int
797797 speed : int
798- stp_state : str{'blocking', 'disabled', 'forwarding', 'learning', 'listening'}
798+ stp_state : str{'', ' blocking', 'disabled', 'forwarding', 'learning', 'listening'}
799799 If `up`==`true`
800- stp_role : str{'alternate', 'backup', 'designated', 'root', 'root-prevented'}
800+ stp_role : str{'', ' alternate', 'backup', 'designated', 'disabled ', 'root', 'root-prevented'}
801801 If `up`==`true`
802- auth_state : str{'authenticated', 'authenticating', 'held', 'init'}
802+ auth_state : str{'', ' authenticated', 'authenticating', 'held', 'init'}
803803 If `up`==`true` && has Authenticator role
804804 up : bool
805805 site_id : str
@@ -970,11 +970,11 @@ def searchOrgSwOrGwPorts(
970970 mac_limit : int
971971 mac_count : int
972972 up : bool
973- stp_state : str{'blocking', 'disabled', 'forwarding', 'learning', 'listening'}
973+ stp_state : str{'', ' blocking', 'disabled', 'forwarding', 'learning', 'listening'}
974974 If `up`==`true`
975- stp_role : str{'alternate', 'backup', 'designated', 'root', 'root-prevented'}
975+ stp_role : str{'', ' alternate', 'backup', 'designated', 'disabled ', 'root', 'root-prevented'}
976976 If `up`==`true`
977- auth_state : str{'authenticated', 'authenticating', 'held', 'init'}
977+ auth_state : str{'', ' authenticated', 'authenticating', 'held', 'init'}
978978 If `up`==`true` && has Authenticator role
979979 optics_bias_current : float
980980 optics_tx_power : float
0 commit comments