Function apply_ruleset_raw

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

Apply the given ruleset as a String payload instead of an Nftables reference.