forked from vrnetlab/vrnetlab
-
Notifications
You must be signed in to change notification settings - Fork 107
Implement Spirent vSTC #324
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
+188
−0
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hellt
reviewed
Feb 17, 2025
hellt
reviewed
Feb 17, 2025
hellt
reviewed
Feb 17, 2025
hellt
reviewed
Feb 17, 2025
@hellt Fixed The explanation is that I copied the csr dir and then just made my changes to "implement" STC. A few thoughts:
Let me know if anything else should be changed |
- We inherit this from the base image
wastrachan
added a commit
to gamersoutreach/vrnetlab
that referenced
this pull request
Apr 19, 2025
* upstream/master: (184 commits) Fix and extend OpenWRT vrnetlab image for Containerlab compatibility (hellt#339) Add `DEBUG_SCRAPLI` env var (hellt#325) vJunos and vSRX improvements: interface count, base Docker image (hellt#342) fix ordering of linecards in distributed mode (hellt#336) PAN-OS: Handle version number suffix (hellt#333) Check for undefined mgmt IP (hellt#328) Implement Spirent vSTC (hellt#324) viosl2: add scrapli and new docker image (hellt#323) Add support for vJunosEvolved 24.2 and up (hellt#322) fix panos dockerfile (hellt#318) Copied Dockerfile from xrv9k/docker/Dockerfile to huawei_vrp/docker/Dockerfile which successfull allows the make for Huawei VRP now (hellt#315) remove old vrp code Implement Scrapli 'core' and platform migration [part 1] (hellt#306) DHCP and static MAC support for management interface (hellt#310) bump num nics (hellt#308) update vqfx base image lowercase things Update vqfx Makefile (hellt#289) AOS-CX: Update base image and cpu (hellt#305) Update Dockerfile to install qemu-utils (hellt#304) ...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
vSTC is weird in that you have to reboot to apply config. Since there is no DHCP server to apply the passthrough address from clab, we enter the IP addressing manually. Then reboot the node.
This node has transparent mgmt passthrough force enabled, will not connect correctly with the QEMU NAT.
Unfortunately this means the node boot time is doubled, but this quick and dirty method does the trick.