You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/changelogs/fragments/ip_netns-fix-exists.yaml

6 lines
220 B
YAML

---
bugfixes:
- Fixes an error that occurs when attempting to see if the netns already exists
on the remote device. This change will now execute ``ip netns list`` and check
if the desired namespace is in the output.