Function write_list_nft

Source
pub async fn write_list_nft<P: AsRef<Path>>(
    path: P,
    ipnets: &BTreeSet<IpNet>,
    mode: &str,
    header: &str,
) -> Result<(), Box<dyn Error + Send + Sync>>
Expand description

NFT 出力用の共通ヘルパー