Skip to content

How to Code a New Routing Policy For Simulations

jfuruness edited this page Mar 3, 2021 · 5 revisions

Table of Contents

Description

How to create a new routing policy to run during the simulations

To start with, add a new policy entry to routing policies enum. This will signify your new routing policy.

Afterwards, you need to modify the bgp-extrapolator to run this policy. Unfortunately I am not in charge of that tool, so I do not have the documentation to do this and I doubt any exists.

After that it's simply a matter of running the simulator. Everything else is taken care of behind the scenes to make it easier for new developers.