LICENSE.txt
MANIFEST.in
README.md
pyproject.toml
setup.cfg
tox.ini
bgpy/__init__.py
bgpy/__main__.py
bgpy/enums.py
bgpy/py.typed
bgpy/as_graphs/__init__.py
bgpy/as_graphs/base/__init__.py
bgpy/as_graphs/base/as_graph_collector.py
bgpy/as_graphs/base/as_graph_constructor.py
bgpy/as_graphs/base/as_graph_info.py
bgpy/as_graphs/base/as_graph/__init__.py
bgpy/as_graphs/base/as_graph/as_graph.py
bgpy/as_graphs/base/as_graph/base_as.py
bgpy/as_graphs/base/as_graph/customer_cone_funcs.py
bgpy/as_graphs/base/as_graph/graph_building_funcs.py
bgpy/as_graphs/base/as_graph/propagation_rank_funcs.py
bgpy/as_graphs/base/links/__init__.py
bgpy/as_graphs/base/links/customer_provider_link.py
bgpy/as_graphs/base/links/link.py
bgpy/as_graphs/base/links/peer_link.py
bgpy/as_graphs/caida_as_graph/__init__.py
bgpy/as_graphs/caida_as_graph/caida_as_graph.py
bgpy/as_graphs/caida_as_graph/caida_as_graph_collector.py
bgpy/as_graphs/caida_as_graph/caida_as_graph_constructor.py
bgpy/simulation_engine/__init__.py
bgpy/simulation_engine/announcement.py
bgpy/simulation_engine/ann_containers/__init__.py
bgpy/simulation_engine/ann_containers/ann_container.py
bgpy/simulation_engine/ann_containers/local_rib.py
bgpy/simulation_engine/ann_containers/recv_queue.py
bgpy/simulation_engine/ann_containers/ribs_in.py
bgpy/simulation_engine/ann_containers/ribs_out.py
bgpy/simulation_engine/ann_containers/send_queue.py
bgpy/simulation_engine/policies/__init__.py
bgpy/simulation_engine/policies/policy.py
bgpy/simulation_engine/policies/aspa/__init__.py
bgpy/simulation_engine/policies/aspa/aspa.py
bgpy/simulation_engine/policies/aspa/aspa_full.py
bgpy/simulation_engine/policies/bgp/__init__.py
bgpy/simulation_engine/policies/bgp/bgp/__init__.py
bgpy/simulation_engine/policies/bgp/bgp/bgp.py
bgpy/simulation_engine/policies/bgp/bgp/gao_rexford.py
bgpy/simulation_engine/policies/bgp/bgp/process_incoming_funcs.py
bgpy/simulation_engine/policies/bgp/bgp/propagate_funcs.py
bgpy/simulation_engine/policies/bgp/bgp_full/__init__.py
bgpy/simulation_engine/policies/bgp/bgp_full/bgp_full.py
bgpy/simulation_engine/policies/bgp/bgp_full/process_incoming_funcs.py
bgpy/simulation_engine/policies/bgp/bgp_full/propagate_funcs.py
bgpy/simulation_engine/policies/bgpsec/__init__.py
bgpy/simulation_engine/policies/bgpsec/bgpsec.py
bgpy/simulation_engine/policies/bgpsec/bgpsec_full.py
bgpy/simulation_engine/policies/only_to_customers/__init__.py
bgpy/simulation_engine/policies/only_to_customers/only_to_customers.py
bgpy/simulation_engine/policies/only_to_customers/only_to_customers_full.py
bgpy/simulation_engine/policies/pathend/__init__.py
bgpy/simulation_engine/policies/pathend/pathend.py
bgpy/simulation_engine/policies/pathend/pathend_full.py
bgpy/simulation_engine/policies/rov/__init__.py
bgpy/simulation_engine/policies/rov/peer_rov.py
bgpy/simulation_engine/policies/rov/peer_rov_full.py
bgpy/simulation_engine/policies/rov/rov.py
bgpy/simulation_engine/policies/rov/rov_full.py
bgpy/simulation_engine/simulation_engines/__init__.py
bgpy/simulation_engine/simulation_engines/base_simulation_engine.py
bgpy/simulation_engine/simulation_engines/simulation_engine.py
bgpy/simulation_framework/__init__.py
bgpy/simulation_framework/graph_factory.py
bgpy/simulation_framework/simulation.py
bgpy/simulation_framework/utils.py
bgpy/simulation_framework/as_graph_analyzers/__init__.py
bgpy/simulation_framework/as_graph_analyzers/as_graph_analyzer.py
bgpy/simulation_framework/as_graph_analyzers/base_as_graph_analyzer.py
bgpy/simulation_framework/metric_tracker/__init__.py
bgpy/simulation_framework/metric_tracker/data_key.py
bgpy/simulation_framework/metric_tracker/metric.py
bgpy/simulation_framework/metric_tracker/metric_key.py
bgpy/simulation_framework/metric_tracker/metric_tracker.py
bgpy/simulation_framework/scenarios/__init__.py
bgpy/simulation_framework/scenarios/preprocess_anns_funcs.py
bgpy/simulation_framework/scenarios/roa_info.py
bgpy/simulation_framework/scenarios/scenario.py
bgpy/simulation_framework/scenarios/scenario_config.py
bgpy/simulation_framework/scenarios/custom_scenarios/__init__.py
bgpy/simulation_framework/scenarios/custom_scenarios/accidental_route_leak.py
bgpy/simulation_framework/scenarios/custom_scenarios/non_routed_prefix_hijack.py
bgpy/simulation_framework/scenarios/custom_scenarios/non_routed_superprefix_hijack.py
bgpy/simulation_framework/scenarios/custom_scenarios/non_routed_superprefix_prefix_hijack.py
bgpy/simulation_framework/scenarios/custom_scenarios/prefix_hijack.py
bgpy/simulation_framework/scenarios/custom_scenarios/subprefix_hijack.py
bgpy/simulation_framework/scenarios/custom_scenarios/superprefix_prefix_hijack.py
bgpy/simulation_framework/scenarios/custom_scenarios/valid_prefix.py
bgpy/tests/__init__.py
bgpy/tests/conftest.py
bgpy/tests/engine_tests/__init__.py
bgpy/tests/engine_tests/test_engine.py
bgpy/tests/engine_tests/engine_test_configs/__init__.py
bgpy/tests/engine_tests/engine_test_configs/examples/__init__.py
bgpy/tests/engine_tests/engine_test_configs/examples/as_graph_info_000.py
bgpy/tests/engine_tests/engine_test_configs/examples/ex_config_000.py
bgpy/tests/engine_tests/engine_test_configs/examples/ex_config_001.py
bgpy/tests/engine_tests/engine_test_configs/examples/ex_config_002.py
bgpy/tests/engine_tests/engine_test_configs/examples/ex_config_003.py
bgpy/tests/engine_tests/engine_test_configs/examples/ex_config_004.py
bgpy/tests/engine_tests/engine_test_configs/examples/ex_config_005.py
bgpy/tests/engine_tests/engine_test_configs/examples/ex_config_006.py
bgpy/tests/engine_tests/engine_test_configs/examples/ex_config_007.py
bgpy/tests/engine_tests/engine_test_configs/examples/ex_config_008.py
bgpy/tests/engine_tests/engine_test_configs/examples/ex_config_009.py
bgpy/tests/engine_tests/engine_test_configs/examples/ex_config_010.py
bgpy/tests/engine_tests/engine_test_configs/examples/ex_config_011.py
bgpy/tests/engine_tests/engine_test_configs/examples/ex_config_012.py
bgpy/tests/engine_tests/engine_test_configs/examples/ex_config_013.py
bgpy/tests/engine_tests/engine_test_configs/examples/ex_config_014.py
bgpy/tests/engine_tests/engine_test_configs/examples/ex_config_015.py
bgpy/tests/engine_tests/engine_test_configs/examples/ex_config_016.py
bgpy/tests/engine_tests/engine_test_configs/examples/ex_config_017.py
bgpy/tests/engine_tests/engine_test_configs/examples/ex_config_018.py
bgpy/tests/engine_tests/engine_test_configs/examples/ex_config_019.py
bgpy/tests/engine_tests/engine_test_configs/examples/ex_config_020.py
bgpy/tests/engine_tests/engine_test_configs/examples/ex_config_021.py
bgpy/tests/engine_tests/engine_test_configs/examples/ex_config_022.py
bgpy/tests/engine_tests/engine_test_configs/examples/ex_config_023.py
bgpy/tests/engine_tests/engine_test_configs/examples/ex_config_024.py
bgpy/tests/engine_tests/engine_test_configs/examples/ex_config_025.py
bgpy/tests/engine_tests/engine_test_configs/examples/ex_config_026.py
bgpy/tests/engine_tests/engine_test_configs/examples/ex_config_027.py
bgpy/tests/engine_tests/engine_test_configs/examples/ex_config_028.py
bgpy/tests/engine_tests/engine_test_configs/internals/__init__.py
bgpy/tests/engine_tests/engine_test_configs/internals/internal_config_000.py
bgpy/tests/engine_tests/engine_test_configs/internals/internal_config_001.py
bgpy/tests/engine_tests/engine_test_configs/internals/internal_config_002.py
bgpy/tests/engine_tests/engine_test_configs/internals/internal_config_003.py
bgpy/tests/engine_tests/utils/__init__.py
bgpy/tests/engine_tests/utils/diagram_aggregator.py
bgpy/tests/engine_tests/utils/engine_test_config.py
bgpy/tests/engine_tests/utils/engine_tester.py
bgpy/tests/framework_tests/__init__.py
bgpy/tests/framework_tests/system_tests/__init__.py
bgpy/tests/framework_tests/system_tests/test_sim_inputs.py
bgpy/tests/framework_tests/unit_tests/__init__.py
bgpy/tests/framework_tests/unit_tests/conftest.py
bgpy/tests/framework_tests/unit_tests/test_scenario.py
bgpy/utils/__init__.py
bgpy/utils/diagram.py
bgpy/utils/engine_run_config.py
bgpy/utils/engine_runner.py
bgpy/utils/simulator_codec/__init__.py
bgpy/utils/simulator_codec/simulator_codec.py
bgpy/utils/simulator_codec/simulator_loader.py
bgpy_pkg.egg-info/PKG-INFO
bgpy_pkg.egg-info/SOURCES.txt
bgpy_pkg.egg-info/dependency_links.txt
bgpy_pkg.egg-info/entry_points.txt
bgpy_pkg.egg-info/requires.txt
bgpy_pkg.egg-info/top_level.txt