nftables_async

Function apply_ruleset_raw

Source
pub async fn apply_ruleset_raw(
    payload: String,
    program: Option<&str>,
    args: Option<Vec<&str>>,
) -> Result<(), NftablesError>