hellt / vrnetlab

Make VM-based Network OSes run in Containerlab
https://containerlab.dev
MIT License
129 stars 88 forks source link

Fix vQFX custom version handling #194

Closed hellt closed 6 months ago

hellt commented 6 months ago

The vqfx platform uses a custom version that messes up with the vrnetlab.VM property attribute which has a function getter. To temporary resolve this clash a new var name is locally declared.

Similar to #193