You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to implement a logical AND in find_objects_w_child()?
Eg. I like to pull out the interface when both of the child config "switchport mode trunk" AND "udld port" present. I know we can do OR using "|" but when I try "&" or "&&" it doesn't work..
How do I accomplish this? Thanks...
The text was updated successfully, but these errors were encountered:
Is there a way to implement a logical AND in find_objects_w_child()?
Eg. I like to pull out the interface when both of the child config "switchport mode trunk" AND "udld port" present. I know we can do OR using "|" but when I try "&" or "&&" it doesn't work..
How do I accomplish this? Thanks...
The text was updated successfully, but these errors were encountered: