|
@@ -127,6 +127,7 @@ static void nft_ct_get_eval(const struct nft_expr *expr,
|
|
|
NF_CT_LABELS_MAX_SIZE - size);
|
|
|
return;
|
|
|
}
|
|
|
+#endif
|
|
|
case NFT_CT_BYTES: /* fallthrough */
|
|
|
case NFT_CT_PKTS: {
|
|
|
const struct nf_conn_acct *acct = nf_conn_acct_find(ct);
|
|
@@ -138,7 +139,6 @@ static void nft_ct_get_eval(const struct nft_expr *expr,
|
|
|
memcpy(dest, &count, sizeof(count));
|
|
|
return;
|
|
|
}
|
|
|
-#endif
|
|
|
default:
|
|
|
break;
|
|
|
}
|