Merge pull request #318 from vangyzen/switch-remove-success

fix switch::remove status
This commit is contained in:
Matt Churchyard
2019-11-05 09:42:08 +00:00
committed by GitHub

View File

@@ -179,6 +179,10 @@ switch::remove(){
else
util::err "failed to remove virtual switch"
fi
# make sure the exit status indicates success,
# even if config::core::remove did not
return 0
}
# add a new interface to a switch