# Functions
FuzzAdd sends fuzzed data into the cni CmdAdd function
The input data is considered:
- uninteresting if is caught by an existing error
- interesting if it does not result in an error, input priority increases for subsequent fuzzing
- discard if it will not unmarshall, so we don't just end up testing the json.Unmarshall function
*/.
FuzzDel sends fuzzed data into the cni CmdDel function
The input data is considered:
- uninteresting if is caught by an exesting error
- interesting if it does not result in an error, input priority increases for subsequent fuzzing
- discard if it will not unmarshall, so we don't just end up testing the json.Unmarshall function
*/.