Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sdn: fix network-already-set-up detection
Due to a misguided attempt to harmonize addresses and routes checking in alreadySetUp(). Turns out addresses can simply be checked for equality since they are returned from GetAddresses() as plain CIDRs, but routes need the extra " " in the check because the entire '/sbin/ip route' line is returned. Fixes: #11082 Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1388856
- Loading branch information