Skip to content
  • Jan Schär's avatar
    Improve error handling · 39f04474
    Jan Schär authored
    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.
    39f04474