From a47f3849dd026642da6712ff97b6a9449370a9ec Mon Sep 17 00:00:00 2001 From: Pavel 'LEdoian' Turinsky Date: Mon, 10 Jul 2023 10:43:49 +0200 Subject: [PATCH] Rename ExternalRouter to ExtraAreaRouter That is what 'xrouter' in ospffile really means. IIRC OSPF does not represent (AS-)external ptp links differently. --- birdvisu/topo_v3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/birdvisu/topo_v3.py b/birdvisu/topo_v3.py index b33c782..83523fd 100644 --- a/birdvisu/topo_v3.py +++ b/birdvisu/topo_v3.py @@ -110,7 +110,7 @@ class VertexType(IntEnum): # Routers first: Router = 100 - ExternalRouter = 101 + ExtraAreaRouter = 101 # Transit networks TransitNet = 200