Commit 155a591
authored
lab generator update (#30)
* 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 boxes1 parent 905c648 commit 155a591
File tree
4 files changed
+406
-211
lines changed- src/lab-generator
- models
4 files changed
+406
-211
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
401 | 401 | | |
402 | 402 | | |
403 | 403 | | |
404 | | - | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
405 | 412 | | |
406 | 413 | | |
407 | 414 | | |
| |||
443 | 450 | | |
444 | 451 | | |
445 | 452 | | |
446 | | - | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
447 | 456 | | |
448 | 457 | | |
449 | 458 | | |
| 459 | + | |
450 | 460 | | |
451 | 461 | | |
452 | 462 | | |
| |||
457 | 467 | | |
458 | 468 | | |
459 | 469 | | |
460 | | - | |
| 470 | + | |
461 | 471 | | |
462 | 472 | | |
463 | 473 | | |
| |||
502 | 512 | | |
503 | 513 | | |
504 | 514 | | |
505 | | - | |
| 515 | + | |
| 516 | + | |
| 517 | + | |
506 | 518 | | |
507 | 519 | | |
508 | 520 | | |
| 521 | + | |
509 | 522 | | |
510 | 523 | | |
511 | 524 | | |
| |||
546 | 559 | | |
547 | 560 | | |
548 | 561 | | |
549 | | - | |
| 562 | + | |
| 563 | + | |
550 | 564 | | |
551 | 565 | | |
| 566 | + | |
552 | 567 | | |
553 | 568 | | |
| 569 | + | |
| 570 | + | |
| 571 | + | |
| 572 | + | |
| 573 | + | |
554 | 574 | | |
555 | 575 | | |
556 | 576 | | |
| |||
723 | 743 | | |
724 | 744 | | |
725 | 745 | | |
726 | | - | |
| 746 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
| |||
0 commit comments