jfuruness / bgpy_pkg

Simulates attack/defend scenarios in BGP
BSD 3-Clause "New" or "Revised" License
24 stars 7 forks source link

[website] line intersection algo? #89

Open jfuruness opened 5 months ago

jfuruness commented 5 months ago

If you take the subprefix hijack example, and add a customer to AS 1, it intersects with other lines for no reason

Arvonit commented 4 months ago

It doesn't seem like there's a way to avoid this. The vis-network library handles drawing the lines without a way to override it

jfuruness commented 3 months ago

This is an unfortunate problem. On some examples, such as https://bgpy.engr.uconn.edu/#bgp-prop this behavior makes the graph incorrect. Are there other modules that can fix this? I don't think this is something that can really be avoided