This repository has been archived by the owner on Nov 16, 2020. It is now read-only.
Disable nounset bash option when calculating cidr (#782) The mask2cdr function's implementation is based on the default behavior of unset variables. by importing ovfenv_wrapper we enabled the nounset flag, which causes mask2cdr function to fail with unbound variable error. nounset is helpful to detect errors as most variables should