> + TAP_LOG(ERR, "Internal error: bpf requested but not > supported"); > + return -1; > +#endif > } else { > + TAP_LOG(ERR, "Internal error: unknown action: %s", > adata->id); > return -1; > } > tap_nlattr_nested_finish(msg); /* nested TCA_ACT_OPTIONS */ > @@ ...
+ TAP_LOG(ERR, "Internal error: bpf requested but not supported"); + return -1; +#endif } else { + TAP_LOG(ERR, "Internal error: unknown action: %s", adata->id); return -1; } tap_nlattr_nested_finish(msg); /* nested TCA_ACT_OPTIONS */ @@ -1104,8 +1106,7 @@ priv_flow...
+ TAP_LOG(ERR, "Internal error: bpf requested but not supported"); + return -1; +#endif } else { + TAP_LOG(ERR, "Internal error: unknown action: %s", adata->id); return -1; } tap_nlattr_nested_finish(msg); /* nested TCA_ACT_OPTIONS */ @@ -1104,8 +1106,7 @@ priv_flow...