Skip to content
Snippets Groups Projects
Commit 39f04474 authored by Jan Schär's avatar Jan Schär
Browse files

Improve error handling

There were various functions which had an error return value but never
returned an error, and places where errors were ignored, which are fixed
by this change.

nftctrl.New now returns an error instead of calling klog.Fatalf, which
is more suitable when using it as a library.
parent dfe9b779
Branches
1 merge request!2More bug fixes and code cleanup
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment