Function get_current_ruleset_raw

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

Get the current ruleset as a String payload instead of an Nftables instance.