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
* conversion to frr
* Fixed bug for frr conversion
Fixed bug when a router was running both ospf and rip, the former would overwrite the latter. Now every frr.conf line is appended one after another.
* Fix makeBgpConf
appending "router bgp" to frr.conf instead of reassigning the string
* test
* updated electron (?)
* Added routing software option
* electron update (don't know)
* Update generateZip function to include
daemonOption parameter
* changed place drop down menu for routing software
* removed unused variable
* added routing software choice for single router
* custom commands for frr.conf can now be put in the appropriate text box
* corretto mispelling
* Solved bug where in model.js where frr.free was not initialised and didn't allow the lab to generate correctly
* Capitalised Frr
* selected frr as standard choice
* specified base image for terminal, ws, ns
* Corrected error where frr would be thrown out of bgp "mode" when adding bgp debug commands not allowing custom frr.conf commands to fall in the bgp section
* Update package-lock.json
* Update package.json
* Update package.json
* Delete package.json
* Create package.json
* removed daemonOption param
* removed code block that would have never run
* Updated DNS to new name daemon.
Fixed bug in DNS configuration (legacy bug?)
* Update index.html
* introduced text boxes to allow custom commands in frr.conf
* added paragraph level break in index.html between text boxes
0 commit comments