asn_table_to_trie {iptools}R Documentation

Convert a pyasn generated CIDR data file to a trie

Description

Convert a pyasn generated CIDR data file to a trie

Usage

asn_table_to_trie(asn_table_file)

Arguments

asn_table_file

filename of dat file (can be gzip'd)

Examples

asn_table_to_trie(system.file("test", "rib.tst.gz", package="iptools"))

[Package iptools version 0.6.1 Index]