You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
expects the * directly at the beginning of the line.
You can change that line to if ($line =~ /^\s*((\*>?)\s.*) i/) and it should work.
If it does, I can update that part of the code, it should have no ill side effects-
Which vty tool do you use exactly? (distribution, version)
I use the one from the bird package of Debian stable/bookworm where the * are at the beginning of a line.
I found that in my environment, the dot(1) file generated by vtysh_bgp_to_dot was empty.
The text was updated successfully, but these errors were encountered: