Skip to content

Commit fd1814d

Browse files
committed
Add localas_ibgp/confed_ebgp session styling to D2/GraphViz graphs
1 parent 1ec68bb commit fd1814d

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

netsim/outputs/d2.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,15 @@ ibgp:
3131
target-arrowhead:
3232
shape: arrow
3333

34+
localas_ibgp:
35+
style:
36+
stroke: '#9b652f'
37+
stroke-width: 4
38+
source-arrowhead:
39+
shape: arrow
40+
target-arrowhead:
41+
shape: arrow
42+
3443
ebgp:
3544
style:
3645
stroke: '#b21a1a'
@@ -40,6 +49,15 @@ ebgp:
4049
target-arrowhead:
4150
shape: arrow
4251

52+
confed_ebgp:
53+
style:
54+
stroke: '#d26400'
55+
stroke-width: 4
56+
source-arrowhead:
57+
shape: arrow
58+
target-arrowhead:
59+
shape: arrow
60+
4361
style_map:
4462
color: stroke
4563
width: stroke-width

netsim/outputs/graph.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,15 @@ styles:
1818
ibgp:
1919
color: "#613913"
2020
penwidth: 2
21+
localas_ibgp:
22+
color: '#9b652f'
23+
penwidth: 2
2124
ebgp:
2225
color: "#b21a1a"
2326
penwidth: 2
27+
confed_ebgp:
28+
color: '#d26400'
29+
penwidth: 2
2430
graph:
2531
bgcolor: transparent
2632
nodesep: 0.5

0 commit comments

Comments
 (0)