Loads context state.
context::load name:stringDescription
Section titled “Description”The context::load operator replaces the state of the specified context with
its (binary) input.
name: string
Section titled “name: string”The name of the context whose state to update.
Examples
Section titled “Examples”Replace the database of a GeoIP context
Section titled “Replace the database of a GeoIP context”load_file "ultra-high-res.mmdb", mmap=truecontext::load "ctx"See Also
Section titled “See Also”context::create_bloom_filter,
context::create_lookup_table,
context::remove,
context::reset,
context::save,
create_geoip,
enrich,
erase,
inspect,
list,
update