cjenison / f5_copy_virtual

1 stars 1 forks source link

alter function obtain_new_vs_destination to return a Dictionary rather than string #8

Closed cjenison closed 6 years ago

cjenison commented 6 years ago

Currently obtain_new_vs_destination is returning destination, port, and mask as a string with whitespace as a separator, then I split that string in the calling code; fix this.