Closed quackbox closed 6 months ago
I have created a PR to merge my proposed fix, which simply renames the version
variable in the VMX_vfpc
class.
At first I thought this was vMX specific, but it appears this bug was introduced in PR https://github.com/hellt/vrnetlab/pull/181, specifically commit https://github.com/hellt/vrnetlab/pull/181/commits/557fd702cfc47b92c1ef43f957dbd6165f7ab7b8 for the c8000v.
This may be causing unexpected issues with other images. From a quick look, looks like the VQFX_vcp
class for vQFX images is also affected, and possibly the CSR_vm
class for CSR images.
As this change was made for the c8000v image, would it be worth changing that specific implementation - or fixing other images on an as-needed basis? Not sure what the intention with this getter is.
resolved in #193
Following the build process for vMX images, upon launching a lab, the image is unexpectedly exited due to the following error:
Problematic code snippet:
This bug appears to be occurring due to the existence of the
version
getter property in thevrnetlab.VM
super class, which theVMX_vfpc
class inherits from and initialises: